diff --git a/CHANGELOG.md b/CHANGELOG.md index a35423d5b..c0629de97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Changelog -## 3.0.0 (unreleased) +## 3.0.0 * Add send-to-notes context menu (#655) * Use React.js states to render the add-on frontend (#550) +* Export to HTML feature (#695) ## 2.2.0 (2018-02-12) diff --git a/package-lock.json b/package-lock.json index aecbc5784..b5641d804 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "notes", - "version": "2.3.0dev", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9cc2b2c8d..1e3df4968 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "notes", "id": "notes@mozilla.com", "description": "Displays a sidebar that lets you take notes on web pages.", - "version": "3.0.0dev", + "version": "3.0.0", "author": "Test Pilot Mozilla Team", "bugs": { "url": "https://github.com/mozilla/notes/issues" diff --git a/src/manifest.json b/src/manifest.json index 767cc0f05..7988bf34f 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Firefox Notes", "description": "Displays a sidebar that lets you take notes on web pages.", - "version": "3.0.0dev", + "version": "3.0.0", "default_locale": "en_US", "author": "Mozilla Test Pilot team", "applications": {