Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbavitz committed Sep 18, 2024
1 parent c07f2af commit e02abcb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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/vincentbavitz/obsidian-vox/compare/1.0.19...1.1.0) (2024-09-18)

### [1.0.19](https://github.com/vincentbavitz/obsidian-vox/compare/1.0.18...1.0.19) (2024-09-17)

### [1.0.18](https://github.com/vincentbavitz/obsidian-vox/compare/1.0.16...1.0.18) (2024-09-17)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "vox",
"name": "Vox",
"version": "1.0.19",
"version": "1.1.0",
"description": "Intelligently trancribe and categorize your voice notes",
"minAppVersion": "0.11.13",
"author": "vincentbavitz",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vox",
"version": "1.0.19",
"version": "1.1.0",
"author": "vincentbavitz",
"license": "AGPL-3.0-only",
"description": "Intelligently create transcripts of voice memos",
Expand All @@ -9,7 +9,7 @@
"preinstall": "npx only-allow pnpm",
"dev": "node esbuild.config.mjs",
"build": "node esbuild.config.mjs production",
"release": "standard-version -t '' && git push --follow-tags origin main",
"release": "standard-version -t ''",
"format": "prettier --check src"
},
"keywords": [
Expand Down

0 comments on commit e02abcb

Please sign in to comment.