diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..557aed9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [1.1.0](https://github.com/thingnotok/obsidian-google-mail/compare/1.0.1...1.1.0) (2022-11-02) diff --git a/manifest.json b/manifest.json index 2d4ddd2..87e8438 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-Google-Mail", "name": "Google Mail", - "version": "1.0.1", + "version": "1.1.0", "minAppVersion": "0.15.0", "description": "It fetches Google Mail as md notes. For note taking on newletters and idea collections.", "author": "Lite C", "authorUrl": "https://github.com/thingnotok", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index 859d158..506e0b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-google-mail", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-google-mail", - "version": "1.0.1", + "version": "1.1.0", "license": "MIT", "dependencies": { "@google-cloud/local-auth": "^2.1.1", diff --git a/package.json b/package.json index f4bc721..1347d71 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,10 @@ { "name": "obsidian-google-mail", - "version": "1.0.1", + "version": "1.1.0", "description": "It fetches Google Mail as md notes. For note taking on newletters and idea collections.", "main": "main.js", "scripts": { - "dev": "node esbuild.config.mjs", - "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", - "version": "node version-bump.mjs && git add manifest.json versions.json" + "release": "standard-version" }, "keywords": [], "author": "", @@ -28,10 +26,7 @@ "open": "^8.4.0", "turndown": "^7.1.1" }, - "scripts": { - "release": "standard-version" - }, "standard-version": { "t": "" } -} \ No newline at end of file +}