Skip to content

Commit

Permalink
chore(release): 1.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2022-02-15)

### Features

* **skippdfcontent:** Add new setting to skip pdf content on import and fix refresh issue ([#3](https://github.com/makaanneo/joplin-plugin-athena/issues/3),[#4](https://github.com/makaanneo/joplin-plugin-athena/issues/4)) ([1d381f1](1d381f1))
  • Loading branch information
semantic-release-bot committed Feb 15, 2022
1 parent 1d381f1 commit fe4ebe0
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.7.0](https://github.com/makaanneo/joplin-plugin-athena/compare/v1.6.0...v1.7.0) (2022-02-15)


### Features

* **skippdfcontent:** Add new setting to skip pdf content on import and fix refresh issue ([#3](https://github.com/makaanneo/joplin-plugin-athena/issues/3),[#4](https://github.com/makaanneo/joplin-plugin-athena/issues/4)) ([1d381f1](https://github.com/makaanneo/joplin-plugin-athena/commit/1d381f12c4505049d717d10b5d4a1f5044089acd))

# [1.6.0](https://github.com/makaanneo/joplin-plugin-athena/compare/v1.5.3...v1.6.0) (2022-01-29)


Expand Down
28 changes: 13 additions & 15 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.6.0",
"version": "1.7.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.6.0",
"version": "1.7.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 fe4ebe0

Please sign in to comment.