Skip to content

Commit

Permalink
chore(release): 2.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.1](v2.2.0...v2.2.1) (2022-12-22)

### Bug Fixes

* **logging:** remove not needed logging. ([9400590](9400590))
  • Loading branch information
semantic-release-bot committed Dec 22, 2022
1 parent 525cf82 commit cdb69f4
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.2.1](https://github.com/makaanneo/joplin-plugin-athena/compare/v2.2.0...v2.2.1) (2022-12-22)


### Bug Fixes

* **logging:** remove not needed logging. ([9400590](https://github.com/makaanneo/joplin-plugin-athena/commit/940059037f05d4e6aebe876499030dda16503cbd))

# [2.2.0](https://github.com/makaanneo/joplin-plugin-athena/compare/v2.1.3...v2.2.0) (2022-12-22)


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.2.0",
"version": "2.2.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.9.17",
"version": "2.2.0",
"version": "2.2.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 cdb69f4

Please sign in to comment.