Skip to content

Commit

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

### Bug Fixes

* **release:** New Major is there. ([7d9d025](7d9d025))
  • Loading branch information
semantic-release-bot committed Dec 5, 2022
1 parent 7d9d025 commit b055c0c
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.2](https://github.com/makaanneo/joplin-plugin-athena/compare/v2.1.1...v2.1.2) (2022-12-05)


### Bug Fixes

* **release:** New Major is there. ([7d9d025](https://github.com/makaanneo/joplin-plugin-athena/commit/7d9d0252373b5049db32da341100995201a12051))

## [2.1.1](https://github.com/makaanneo/joplin-plugin-athena/compare/v2.1.0...v2.1.1) (2022-12-03)


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.1",
"version": "2.1.2",
"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.1",
"version": "2.1.2",
"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 b055c0c

Please sign in to comment.