Skip to content

Commit

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

### Features

* **import existing:** trigger import of attached resources of a note into the note ([3579202](3579202))
  • Loading branch information
semantic-release-bot committed Dec 22, 2022
1 parent 3579202 commit 3059cab
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.0](https://github.com/makaanneo/joplin-plugin-athena/compare/v2.1.3...v2.2.0) (2022-12-22)


### Features

* **import existing:** trigger import of attached resources of a note into the note ([3579202](https://github.com/makaanneo/joplin-plugin-athena/commit/35792026e621bcce895e086a633f253cb02acbf5))

## [2.1.3](https://github.com/makaanneo/joplin-plugin-athena/compare/v2.1.2...v2.1.3) (2022-12-15)


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.3",
"version": "2.2.0",
"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.1.3",
"version": "2.2.0",
"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 3059cab

Please sign in to comment.