Skip to content

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.1](v2.0.0...v2.0.1) (2022-10-27)

### Bug Fixes

* **bugs:** fix small bugs ([9ea694c](9ea694c))
  • Loading branch information
semantic-release-bot committed Oct 27, 2022
1 parent 9ea694c commit d213c5e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.1](https://github.com/makaanneo/joplin-plugin-athena/compare/v2.0.0...v2.0.1) (2022-10-27)


### Bug Fixes

* **bugs:** fix small bugs ([9ea694c](https://github.com/makaanneo/joplin-plugin-athena/commit/9ea694c7331af9cb7f0c5a20073a0e6568df2d1a))

# [2.0.0](https://github.com/makaanneo/joplin-plugin-athena/compare/v1.12.0...v2.0.0) (2022-10-26)


Expand Down
8 changes: 6 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-athena",
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"dist": "yarn run plugin-build && yarn run plugin-extrascripts && yarn run plugin-pack",
"plugin-build": "webpack --config-name pluginConfig",
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.makaanneo.Athena",
"app_min_version": "2.8",
"version": "2.0.0",
"version": "2.0.1",
"name": "Athena",
"description": "Import files from import a folder into joplin notebook as notes mit metadata (PDF text in note comment, no OCR)",
"author": "makaanneo",
Expand Down

0 comments on commit d213c5e

Please sign in to comment.