diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7325798..3ed3ffc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.1" + ".": "1.4.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6268968..89b23e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.2](https://github.com/javalent/calendarium/compare/1.4.1...1.4.2) (2024-10-25) + + +### Bug Fixes + +* **chore:** Fix import paths ([85ba76a](https://github.com/javalent/calendarium/commit/85ba76abdd3e0a42359823d9943dfab1a9090dd8)) + ## [1.4.1](https://github.com/javalent/calendarium/compare/1.4.0...1.4.1) (2024-10-25) diff --git a/manifest.json b/manifest.json index d4f19a5..4be4433 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.4.1", + "version": "1.4.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 e64b4af..ec3a1b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendarium", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "calendarium", - "version": "1.4.1", + "version": "1.4.2", "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.8", diff --git a/package.json b/package.json index 3e60861..0aac797 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calendarium", - "version": "1.4.1", + "version": "1.4.2", "description": "The ultimate Obsidian plugin for crafting mind-bending fantasy and sci-fi calendars", "main": "main.js", "scripts": {