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

Commit 76f812a

Browse files
authored
Fix the version number, add changelog (#1138) (#1139)
1 parent 4a74b2e commit 76f812a

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Changelog
22

3-
## 4.1.0dev
3+
## 4.1.1
44

5-
* TBA
5+
* Fix the version number
6+
7+
## 4.1.0
8+
9+
* Latest Translations
10+
* Security fix for node-jose in fxa-crypto-relier 2.3.0
11+
* Fixes Missing characters on sync #1064
12+
* Add keystroke for Ctrl/Cmd+S to ignore native webpage "Save As" popup. Fixes #955
613

714
## 4.0.0
815

package.json

+1-1
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": "4.1.0dev",
5+
"version": "4.1.1",
66
"author": "Test Pilot Mozilla Team",
77
"bugs": {
88
"url": "https://github.com/mozilla/notes/issues"

src/manifest.json

+1-1
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": "4.1.0dev",
5+
"version": "4.1.1",
66
"default_locale": "en_US",
77
"author": "Mozilla Test Pilot team",
88
"applications": {

0 commit comments

Comments
 (0)