Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 0e01122

Browse files
committed
Merge branch 'prepare-3.0.0'
2 parents 51e79e6 + 219951d commit 0e01122

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

3-
## 3.0.0 (unreleased)
3+
## 3.0.0
44

55
* Add send-to-notes context menu (#655)
66
* Use React.js states to render the add-on frontend (#550)
7+
* Export to HTML feature (#695)
78

89

910
## 2.2.0 (2018-02-12)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "notes",
33
"id": "notes@mozilla.com",
44
"description": "Displays a sidebar that lets you take notes on web pages.",
5-
"version": "3.0.0dev",
5+
"version": "3.0.0",
66
"author": "Test Pilot Mozilla Team",
77
"bugs": {
88
"url": "https://github.com/mozilla/notes/issues"

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Firefox Notes",
44
"description": "Displays a sidebar that lets you take notes on web pages.",
5-
"version": "3.0.0dev",
5+
"version": "3.0.0",
66
"default_locale": "en_US",
77
"author": "Mozilla Test Pilot team",
88
"applications": {

0 commit comments

Comments
 (0)