diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fea3454..a8f7122 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f085a89..1c596e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.1](https://github.com/javalent/calendarium/compare/1.0.0...1.0.1) (2024-02-21) + + +### Bug Fixes + +* Cleanup to prepare for community release ([bbe8d78](https://github.com/javalent/calendarium/commit/bbe8d7886bebe1a0abf61748d734438a283ec206)) +* poke ([da731c6](https://github.com/javalent/calendarium/commit/da731c642716a856bfcd345c53326836a6f25b2f)) + ## [1.0.0](https://github.com/javalent/the-calendarium/compare/1.0.0-b32...1.0.0) (2024-02-21) diff --git a/manifest.json b/manifest.json index c2ae2e7..faa7b69 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.0.0", + "version": "1.0.1", "minAppVersion": "1.5.0", "authorUrl": "https://plugins.javalent.com", "fundingUrl": "https://www.buymeacoffee.com/valentine195", diff --git a/package-lock.json b/package-lock.json index 1853ac4..e4385be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "the-calendarium", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "the-calendarium", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.8", diff --git a/package.json b/package.json index b43e255..76ca8a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calendarium", - "version": "1.0.0", + "version": "1.0.1", "description": "The ultimate Obsidian plugin for crafting mind-bending fantasy and sci-fi calendars", "main": "main.js", "scripts": {