Skip to content

Commit

Permalink
chore: Update CHANGELOG and version in preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator committed May 19, 2024
1 parent 9a40c95 commit d2d272a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.10.0
# 2.10.0 and 2.10.1

- [Updates `js-draw` to v1.20.0](https://github.com/personalizedrefrigerator/js-draw/blob/main/CHANGELOG.md#1200)
- Performance improvement when loading large drawings.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joplin-plugin-freehand-drawing",
"version": "2.10.0",
"version": "2.10.1",
"scripts": {
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
"prepare": "npm run dist",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "io.github.personalizedrefrigerator.js-draw",
"app_min_version": "2.13.5",
"version": "2.10.0",
"version": "2.10.1",
"name": "Freehand Drawing",
"description": "Create and edit drawings with js-draw.",
"author": "Henry Heino",
Expand Down

0 comments on commit d2d272a

Please # to comment.