Skip to content

Commit

Permalink
chore: update version to 1.5.2 and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shuowu committed Jul 13, 2020
1 parent 5354df9 commit 7540e6c
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.2

### Bug fixes

- [#50](https://github.com/shuowu/yi-note/issues/50)
- Fix failed to send notes to googledocs when missing title or description
- Fix html5 video cross origin screenshot issue

## 1.5.1

### Bug fixes
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.1",
"version": "1.5.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.5.1",
"version": "1.5.2",
"description": "Most efficient way to take & share time-stamped notes while watching videos!",
"private": false,
"keywords": [
Expand Down

0 comments on commit 7540e6c

Please sign in to comment.