Skip to content

Commit

Permalink
chore: update version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shuowu committed Jul 2, 2020
1 parent e74dc40 commit 670455d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.4.2

- [e74dc40](https://github.com/shuowu/yi-note/commit/e74dc40293b356b80031b77afa0cebc6061d84c7) Fix player reset issue when url change

## 1.4.1

- [#42](https://github.com/shuowu/yi-note/issues/42) Fix UI states reset when url change in host page
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"start": "lerna run start:dev --parallel",
"dev:firefox": "lerna run dev:firefox --parallel",
"build": "lerna run build",
"build:ext:chromium": "lerna run --scope=@yi-note/extension build:chromium",
"build:ext:firefox": "lerna run --scope=@yi-note/extension build:firefox",
"bootstrap": "lerna bootstrap --hoist"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/manifest.common.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "YiNote",
"version": "1.4.1",
"version": "1.4.2",
"description": "Most efficient way to take & share time-stamped notes while watching videos!",
"icons": {
"16": "icons/icon-16.png",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yi-note/extension",
"version": "1.4.1",
"version": "1.4.2",
"description": "Most efficient way to take & share time-stamped notes while watching videos!",
"private": false,
"keywords": [
Expand Down

0 comments on commit 670455d

Please sign in to comment.