From 5f841c64b860095aa7c37eae07e2b39b10b7eb85 Mon Sep 17 00:00:00 2001 From: Jeremy Valentine <38669521+valentine195@users.noreply.github.com> Date: Thu, 21 Mar 2024 10:08:45 -0400 Subject: [PATCH] chore(main): release 1.1.4 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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",