Skip to content

Commit

Permalink
chore(release): 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Light authored and Light committed Mar 24, 2021
1 parent 4563065 commit 1e32e1d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.2.1](https://github.com/LightAPIs/free-export-bookmarks/compare/v1.2.0...v1.2.1) (2021-03-24)


### Bug Fixes

* **storage:** 修复在 Firefox 上无法保存设置的问题 ([4563065](https://github.com/LightAPIs/free-export-bookmarks/commit/45630652d0dbbfffaa9cf79f509523586e36496b))

## [1.2.0](https://github.com/LightAPIs/free-export-bookmarks/compare/v1.1.0...v1.2.0) (2021-03-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "free-export-bookmarks",
"description": "A chrome-extension project",
"version": "1.2.0",
"version": "1.2.1",
"author": "pana <new4wang@outlook.com>",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/chrome/manifest.development.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__ (Dev)",
"description": "__MSG_extensionDescription__",
"version": "1.2.0",
"version": "1.2.1",
"author": "pana",
"homepage_url": "https://github.com/LightAPIs/free-export-bookmarks",
"default_locale": "en",
Expand Down
2 changes: 1 addition & 1 deletion src/chrome/manifest.production.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.2.0",
"version": "1.2.1",
"author": "pana",
"homepage_url": "https://github.com/LightAPIs/free-export-bookmarks",
"default_locale": "en",
Expand Down
2 changes: 1 addition & 1 deletion src/firefox/manifest.development.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__ (Dev)",
"description": "__MSG_extensionDescription__",
"version": "1.2.0",
"version": "1.2.1",
"author": "pana",
"homepage_url": "https://github.com/LightAPIs/free-export-bookmarks",
"default_locale": "en",
Expand Down
2 changes: 1 addition & 1 deletion src/firefox/manifest.production.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.2.0",
"version": "1.2.1",
"author": "pana",
"homepage_url": "https://github.com/LightAPIs/free-export-bookmarks",
"default_locale": "en",
Expand Down

0 comments on commit 1e32e1d

Please sign in to comment.