Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.3...v1.6.0) (2022-01-29)

### Features

* **security:** bump versions ([23c8dc5](23c8dc5))
  • Loading branch information
semantic-release-bot committed Jan 29, 2022
1 parent 9d986ff commit 2da1d46
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 16 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.6.0](https://github.com/makaanneo/joplin-plugin-athena/compare/v1.5.3...v1.6.0) (2022-01-29)


### Features

* **security:** bump versions ([23c8dc5](https://github.com/makaanneo/joplin-plugin-athena/commit/23c8dc5b28d98287955c751b75645fb018a7d59a))

## [1.5.3](https://github.com/makaanneo/joplin-plugin-athena/compare/v1.5.2...v1.5.3) (2022-01-20)


Expand Down
38 changes: 24 additions & 14 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": "1.5.3",
"version": "1.6.0",
"scripts": {
"dist": "npm run plugin-build && npm run plugin-extrascripts && npm 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.6",
"version": "1.5.3",
"version": "1.6.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 2da1d46

Please sign in to comment.