From ef4ef09168ee06e4ba540f9f52efd74740bbbba2 Mon Sep 17 00:00:00 2001 From: Jeremy Valentine <38669521+valentine195@users.noreply.github.com> Date: Fri, 26 Apr 2024 15:10:02 -0400 Subject: [PATCH] chore(main): release 1.3.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0e5b256..c658eef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.1" + ".": "1.3.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4616880..501340b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.3.2](https://github.com/javalent/calendarium/compare/1.3.1...1.3.2) (2024-04-26) + + +### Bug Fixes + +* Switch to @javalent/utilities module ([d309b7e](https://github.com/javalent/calendarium/commit/d309b7e2d69ec97900797878b49400f20c3ccc8e)) +* Watcher should now skip non-markdown files ([23b9f42](https://github.com/javalent/calendarium/commit/23b9f42f0452130a7a0d1f2a3f80baf465b5e3cb)) + ## [1.3.1](https://github.com/javalent/calendarium/compare/1.3.0...1.3.1) (2024-04-17) diff --git a/manifest.json b/manifest.json index 76b304f..aadd5f6 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Calendarium", "author": "Jeremy Valentine", "description": "Craft mind-bending fantasy and sci-fi calendars.", - "version": "1.3.1", + "version": "1.3.2", "minAppVersion": "1.5.7", "authorUrl": "https://plugins.javalent.com", "fundingUrl": "https://www.buymeacoffee.com/valentine195", diff --git a/package-lock.json b/package-lock.json index 03d68e8..e575769 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendarium", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "calendarium", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.8", diff --git a/package.json b/package.json index 86ff30c..634acb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calendarium", - "version": "1.3.1", + "version": "1.3.2", "description": "The ultimate Obsidian plugin for crafting mind-bending fantasy and sci-fi calendars", "main": "main.js", "scripts": {