Skip to content

Commit

Permalink
release: set version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hegerdes committed Jun 13, 2023
1 parent bbf1a2b commit 6d3a167
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
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.

22 changes: 13 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
{
"name": "joplin-plugin-remote-note-pull",
"version": "v1.0.2",
"version": "1.1.0",
"license": "MIT",
"description": "Creates a note from any website (markdown preferred) and periodicity updates the local note with the original website.",
"keywords": ["joplin-plugin"],
"files": ["publish"],
"keywords": [
"joplin-plugin"
],
"files": [
"publish"
],
"author": {
"name" : "hegerdes",
"url" : "https://henrikgerdes.me/"
"name": "hegerdes",
"url": "https://henrikgerdes.me/"
},
"repository": "github:hegerdes/joplin-plugin-remote-note-pull",
"engines": {"node": ">=14"},

"engines": {
"node": ">=14"
},
"scripts": {
"dist": "webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive",
"dist-legacy-ssl": "bash -c \"export NODE_OPTIONS=--openssl-legacy-provider && webpack --joplin-plugin-config buildMain && webpack --joplin-plugin-config buildExtraScripts && webpack --joplin-plugin-config createArchive\"",
Expand All @@ -34,6 +39,5 @@
"webpack-cli": "^3.3.11",
"yargs": "^17.7.x"
},
"dependencies": {
}
"dependencies": {}
}

0 comments on commit 6d3a167

Please sign in to comment.