Skip to content

Commit

Permalink
Merge pull request #52 from healthonnet/prepare-rel-2.2.0
Browse files Browse the repository at this point in the history
prepare rel 2.2.0
  • Loading branch information
williambelle authored Feb 20, 2017
2 parents f0a4d2e + e320d9d commit d22e05e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_appName__",
"version": "2.1.1",
"version": "2.2.0",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d22e05e

Please sign in to comment.