Skip to content

Commit

Permalink
chore(release): 2.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.1](v2.1.0...v2.1.1) (2022-12-03)

### Bug Fixes

* **misc:** fix some minor issues on import and update readme ([db0193e](db0193e))
  • Loading branch information
semantic-release-bot committed Dec 3, 2022
1 parent 0656433 commit 5d56dfb
Show file tree
Hide file tree
Showing 4 changed files with 11 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.1.1](https://github.com/makaanneo/joplin-plugin-athena/compare/v2.1.0...v2.1.1) (2022-12-03)


### Bug Fixes

* **misc:** fix some minor issues on import and update readme ([db0193e](https://github.com/makaanneo/joplin-plugin-athena/commit/db0193ebe573d2bf1ea00dc7b38cf67c4a161ce1))

# [2.1.0](https://github.com/makaanneo/joplin-plugin-athena/compare/v2.0.2...v2.1.0) (2022-12-02)


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-athena",
"version": "2.1.0",
"version": "2.1.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.1.0",
"version": "2.1.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 5d56dfb

Please sign in to comment.