Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down