diff --git a/CHANGELOG.md b/CHANGELOG.md index 79bc497..caf07b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] - 2025-03-19 + ### Changed - Renamed `windows-command` to `batch-command` for consistency @@ -15,5 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release -[Unreleased]: https://github.com/sstallion/obsidian-command-line/compare/1.0.0...HEAD +[Unreleased]: https://github.com/sstallion/obsidian-command-line/compare/1.0.1...HEAD +[1.0.1]: https://github.com/sstallion/obsidian-command-line/releases/tag/1.0.1 [1.0.0]: https://github.com/sstallion/obsidian-command-line/releases/tag/1.0.0 diff --git a/manifest.json b/manifest.json index dd4bc62..4f52ef1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "command-line", "name": "Command Line", - "version": "1.0.0", + "version": "1.1.0", "minAppVersion": "1.8.0", "description": "Copy command lines from your notes to the clipboard.", "author": "Steven Stallion", diff --git a/package-lock.json b/package-lock.json index 0239e21..695c7d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-command-line", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-command-line", - "version": "1.0.0", + "version": "1.1.0", "license": "BSD-2-Clause", "devDependencies": { "@hyrious/esbuild-plugin-http": "^0.1.0", diff --git a/package.json b/package.json index ee5d3eb..29d49b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-command-line", - "version": "1.0.0", + "version": "1.1.0", "license": "BSD-2-Clause", "scripts": { "install-hooks": "simple-git-hooks", diff --git a/versions.json b/versions.json index c681eb3..c9c3ec8 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "1.8.0" + "1.0.0": "1.8.0", + "1.1.0": "1.8.0" }