diff --git a/CHANGELOG.md b/CHANGELOG.md index 59eb03a..371832e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.5](https://github.com/javalent/obsidian-utilities/compare/v1.1.4...v1.1.5) (2024-04-19) + + +### Bug Fixes + +* Adds setNodeIcon helper utility ([ad30fb4](https://github.com/javalent/obsidian-utilities/commit/ad30fb4e65ec79fbe3218a2ad875ed2a4083090c)) + ## [1.1.4](https://github.com/javalent/obsidian-utilities/compare/v1.1.3...v1.1.4) (2024-03-21) diff --git a/package-lock.json b/package-lock.json index faef43a..64ce109 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-utilities", - "version": "1.1.4", + "version": "1.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-utilities", - "version": "1.1.4", + "version": "1.1.5", "dependencies": { "acorn": "^8.11.3", "aria-query": "^5.3.0", diff --git a/package.json b/package.json index 9dc5944..49474f2 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "build:module": "node ./esbuild.config.mjs production", "build:types": "tsc --emitDeclarationOnly --declaration --declarationMap --project tsconfig.json --outDir build" }, - "version": "1.1.4", + "version": "1.1.5", "dependencies": { "acorn": "^8.11.3", "aria-query": "^5.3.0",