diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b531cce..9c245ce 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.49.0" + ".": "1.50.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 636b879..1d2e448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.50.0](https://github.com/danielo515/obsidian-modal-form/compare/1.49.0...1.50.0) (2024-07-10) + + +### Features + +* logger instance ([a30a9ff](https://github.com/danielo515/obsidian-modal-form/commit/a30a9ff1d12def22fbbec93eb25f34bfe7987180)) + + +### Bug Fixes + +* provide a logger implementation that only shows debug messages on debug ([72faa20](https://github.com/danielo515/obsidian-modal-form/commit/72faa206cd2467c72cb53e77c2251dc2003ba872)) + ## [1.49.0](https://github.com/danielo515/obsidian-modal-form/compare/1.48.0...1.49.0) (2024-07-05) diff --git a/manifest.json b/manifest.json index f35ff3f..f711eb7 100644 --- a/manifest.json +++ b/manifest.json @@ -8,5 +8,5 @@ "fundingUrl": "https://www.buymeacoffee.com/danielo515", "helpUrl": "https://danielorodriguez.com/obsidian-modal-form/", "isDesktopOnly": false, - "version": "1.49.0" + "version": "1.50.0" } \ No newline at end of file diff --git a/package.json b/package.json index 950575c..a74942e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-modal-form", - "version": "1.49.0", + "version": "1.50.0", "description": "Define forms for filling data that you will be able to open from anywhere you can run JS", "main": "main.js", "scripts": {