diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c658eef..8022176 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.2" + ".": "1.3.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8edeb78..dfcebf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.3](https://github.com/javalent/calendarium/compare/1.3.2...1.3.3) (2024-04-27) + + +### Bug Fixes + +* Properly ignore non-markdown files when scanning for events ([09f2f0b](https://github.com/javalent/calendarium/commit/09f2f0bbd27d666efcdf038875010f17a99aa3b8)) + ## [1.3.2](https://github.com/javalent/calendarium/compare/1.3.1...1.3.2) (2024-04-26) diff --git a/manifest.json b/manifest.json index aadd5f6..3449b4b 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.2", + "version": "1.3.3", "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 e575769..b452d6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendarium", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "calendarium", - "version": "1.3.2", + "version": "1.3.3", "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.8", diff --git a/package.json b/package.json index 634acb7..0c3163d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calendarium", - "version": "1.3.2", + "version": "1.3.3", "description": "The ultimate Obsidian plugin for crafting mind-bending fantasy and sci-fi calendars", "main": "main.js", "scripts": {