diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fbd9082..65f558e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.0" + ".": "2.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 651b6c8..dec0ae3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/javalent/calendarium/compare/1.5.0...2.0.0) (2024-11-20) + + +### ⚠ BREAKING CHANGES + +* Adds Seasons ([#155](https://github.com/javalent/calendarium/issues/155)) + +### Features + +* Adds Seasons ([#155](https://github.com/javalent/calendarium/issues/155)) ([fe2994e](https://github.com/javalent/calendarium/commit/fe2994e96def4c0a9350986821a63b86dc98c8e0)) + ## [1.5.0](https://github.com/javalent/calendarium/compare/1.4.2...1.5.0) (2024-11-01) diff --git a/manifest.json b/manifest.json index 2747230..bc28c36 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.5.0", + "version": "2.0.0", "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 c1deee9..c79f6c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendarium", - "version": "1.5.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "calendarium", - "version": "1.5.0", + "version": "2.0.0", "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.8", diff --git a/package.json b/package.json index 47ce767..8bba24f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calendarium", - "version": "1.5.0", + "version": "2.0.0", "description": "The ultimate Obsidian plugin for crafting mind-bending fantasy and sci-fi calendars", "main": "main.js", "scripts": {