From 3ce97d5cf7ac11ad06224ac75b8b8e9927fedb1b Mon Sep 17 00:00:00 2001 From: William Belle Date: Sun, 19 Feb 2017 11:09:21 +0100 Subject: [PATCH 1/2] bump version 2.2.0 --- app/manifest.firefox.json | 2 +- app/manifest.json | 2 +- bower.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/manifest.firefox.json b/app/manifest.firefox.json index 2050242..cc49e0a 100644 --- a/app/manifest.firefox.json +++ b/app/manifest.firefox.json @@ -3,7 +3,7 @@ "description": "Search and navigate the medical web with complete confidence thanks to the thousands of HONcode websites certified.", "manifest_version": 2, "name": "HONcode Toolbar", - "version": "2.1.1", + "version": "2.2.0", "default_locale":"en", "icons": { "16": "images/icon-16.png", diff --git a/app/manifest.json b/app/manifest.json index 247e288..7ee18df 100755 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name": "__MSG_appName__", - "version": "2.1.1", + "version": "2.2.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { diff --git a/bower.json b/bower.json index 64858a2..398274e 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "hon-honcode-extension", "private": true, - "version": "2.1.1", + "version": "2.2.0", "dependencies": { "jquery": "^2.2.0", "bootstrap": "^3.3.7", From e320d9d54c7832a1994a98eaaf13948f95741c12 Mon Sep 17 00:00:00 2001 From: William Belle Date: Sun, 19 Feb 2017 11:50:16 +0100 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f59d333..0b2480f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ HONcode Toolbar Changelog ========================= +### v2.2.0 / 2017-02-28 + - feat: rewrite DOM trees creation (avoid invoking the DOM parser) + - feat: add donate link in footer + - fix: popup layout with empty domain + - fix: update some translations + - chore: update md5 list url + - chore: add contributors list in README + - chore: add small promo image for chrome store + ### v2.1.1 / 2017-01-12 - chore: clean unit test - chore: clean dump call to console.error