Skip to content

Commit

Permalink
chore(beta): release 2.0.0-beta.3 (#183)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 25, 2024
1 parent 34da6a5 commit eb0468a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.0-beta.2"
".": "2.0.0-beta.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.0-beta.3](https://github.com/javalent/calendarium/compare/2.0.0-beta.2...2.0.0-beta.3) (2024-11-25)


### Bug Fixes

* Fixes issue where editing a calendar wouldn't re-trigger event parsing ([34da6a5](https://github.com/javalent/calendarium/commit/34da6a51e03f5092eaf5604a99a883cc78469b13))

## [2.0.0-beta.2](https://github.com/javalent/calendarium/compare/2.0.0-beta.1...2.0.0-beta.2) (2024-11-22)


Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Calendarium",
"author": "Jeremy Valentine",
"description": "Craft mind-bending fantasy and sci-fi calendars.",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"minAppVersion": "1.5.7",
"authorUrl": "https://plugins.javalent.com",
"fundingUrl": "https://www.buymeacoffee.com/valentine195",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "calendarium",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"description": "The ultimate Obsidian plugin for crafting mind-bending fantasy and sci-fi calendars",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit eb0468a

Please sign in to comment.