diff --git a/CHANGELOG.md b/CHANGELOG.md index 356bf34..59eb03a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.4](https://github.com/javalent/obsidian-utilities/compare/v1.1.3...v1.1.4) (2024-03-21) + + +### Bug Fixes + +* Improve NPM module definition ([ae6dbef](https://github.com/javalent/obsidian-utilities/commit/ae6dbef051627dd05b7443e74d81ba419df3aec3)) + ## [1.1.3](https://github.com/javalent/obsidian-utilities/compare/v1.1.2...v1.1.3) (2024-02-28) diff --git a/package-lock.json b/package-lock.json index f07ba8f..fd7d1ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-utilities", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-utilities", - "version": "1.1.3", + "version": "1.1.4", "dependencies": { "acorn": "^8.11.3", "aria-query": "^5.3.0", diff --git a/package.json b/package.json index 618254c..6ca45e9 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "build:module": "node ./esbuild.config.mjs production", "build:types": "tsc --emitDeclarationOnly --declaration --declarationMap --project tsconfig.json --outDir types" }, - "version": "1.1.3", + "version": "1.1.4", "dependencies": { "acorn": "^8.11.3", "aria-query": "^5.3.0",