From 6d3a167916a347f87cca98e243f7008051d64274 Mon Sep 17 00:00:00 2001 From: Henrik Gerdes Date: Tue, 13 Jun 2023 20:43:22 +0200 Subject: [PATCH] release: set version to v1.1.0 --- package-lock.json | 4 ++-- package.json | 22 +++++++++++++--------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 07ae2e3..f1ea7d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "joplin-plugin-remote-note-pull", - "version": "v1.0.2", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "joplin-plugin-remote-note-pull", - "version": "v1.0.2", + "version": "1.1.0", "license": "MIT", "devDependencies": { "@types/node": "^18.x", diff --git a/package.json b/package.json index dc5ac85..7d5d1ba 100644 --- a/package.json +++ b/package.json @@ -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\"", @@ -34,6 +39,5 @@ "webpack-cli": "^3.3.11", "yargs": "^17.7.x" }, - "dependencies": { - } + "dependencies": {} }