Skip to content

Commit 13f16f6

Browse files
committed
chore: update version and add changelog
1 parent a076586 commit 13f16f6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.5.1
4+
5+
### Bug fixes
6+
7+
- [#47](https://github.com/shuowu/yi-note/issues/47) Fix word break issue in editor
8+
- [#48](https://github.com/shuowu/yi-note/issues/48) Fix generating PDF issue when no title available
9+
- [#49](https://github.com/shuowu/yi-note/issues/49) Fix data import issue for version above 1.0.0
10+
311
## 1.5.0
412

513
- [78328ff](https://github.com/shuowu/yi-note/commit/78328ffd668ae5edbde14b543f01c021a4d06096) Add setting to pause video when editing note

packages/extension/manifest.common.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "YiNote",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Most efficient way to take & share time-stamped notes while watching videos!",
55
"icons": {
66
"16": "icons/icon-16.png",

packages/extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yi-note/extension",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Most efficient way to take & share time-stamped notes while watching videos!",
55
"private": false,
66
"keywords": [

0 commit comments

Comments
 (0)