diff --git a/CHANGELOG.md b/CHANGELOG.md index 560c1da..1b3c95c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/javalent/obsidian-utilities/compare/v1.1.0...v1.1.1) (2024-02-27) + + +### Bug Fixes + +* bump ([526bf0c](https://github.com/javalent/obsidian-utilities/commit/526bf0c00d43b7327e0fa3466a159c5d3223d39b)) + ## [1.1.0](https://github.com/javalent/obsidian-utilities/compare/v1.0.1...v1.1.0) (2024-02-26) diff --git a/package-lock.json b/package-lock.json index 657f732..8aab910 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-utilities", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-utilities", - "version": "1.1.0", + "version": "1.1.1", "dependencies": { "acorn": "^8.11.3", "aria-query": "^5.3.0", diff --git a/package.json b/package.json index 2f45cde..c90ec21 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build:module": "node ./esbuild.config.mjs production", "build:types": "tsc --emitDeclarationOnly --declaration --declarationMap --project tsconfig.json --outDir types" }, - "version": "1.1.0", + "version": "1.1.1", "dependencies": { "acorn": "^8.11.3", "aria-query": "^5.3.0",