Skip to content

Commit

Permalink
chore: update version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shuowu committed Jul 11, 2020
1 parent a076586 commit 13f16f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.5.1

### Bug fixes

- [#47](https://github.com/shuowu/yi-note/issues/47) Fix word break issue in editor
- [#48](https://github.com/shuowu/yi-note/issues/48) Fix generating PDF issue when no title available
- [#49](https://github.com/shuowu/yi-note/issues/49) Fix data import issue for version above 1.0.0

## 1.5.0

- [78328ff](https://github.com/shuowu/yi-note/commit/78328ffd668ae5edbde14b543f01c021a4d06096) Add setting to pause video when editing note
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.5.0",
"version": "1.5.1",
"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.5.0",
"version": "1.5.1",
"description": "Most efficient way to take & share time-stamped notes while watching videos!",
"private": false,
"keywords": [
Expand Down

0 comments on commit 13f16f6

Please sign in to comment.