Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thingnotok committed Nov 2, 2022
1 parent 5b1ffa5 commit 0050c46
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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
}
}
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.

11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "",
Expand All @@ -28,10 +26,7 @@
"open": "^8.4.0",
"turndown": "^7.1.1"
},
"scripts": {
"release": "standard-version"
},
"standard-version": {
"t": ""
}
}
}

0 comments on commit 0050c46

Please sign in to comment.