Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/javalent/the-calendarium in…
Browse files Browse the repository at this point in the history
…to main
  • Loading branch information
valentine195 committed Sep 1, 2023
2 parents 7e5a52c + c441213 commit bbc208f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0-b22"
".": "1.0.0-b23"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.0.0-b23](https://github.com/javalent/the-calendarium/compare/1.0.0-b22...1.0.0-b23) (2023-09-01)


### Bug Fixes

* fix double calendar saving ([d413cfe](https://github.com/javalent/the-calendarium/commit/d413cfe3b90678ac35a3e23f9d7a587c8075e60a))
* Fixes some issues with the importer not following new schemas ([d0f0d67](https://github.com/javalent/the-calendarium/commit/d0f0d67eaf4ed2b5b1642db87d007c7d04babeb3))
* remove Create Note option for events (this might return) ([02439b4](https://github.com/javalent/the-calendarium/commit/02439b413ca55a206df1a0d87e5a3a284da7f28b))


### Miscellaneous Chores

* release 1.0.0-b23 ([15bf107](https://github.com/javalent/the-calendarium/commit/15bf107e558025b76eaee7c8c9fb9ce9cea115a8))

## [1.0.0-b22](https://github.com/javalent/the-calendarium/compare/1.0.0-b21...1.0.0-b22) (2023-08-30)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "calendarium",
"name": "Calendarium",
"version": "1.0.0-b22",
"version": "1.0.0-b23",
"minAppVersion": "1.2.8",
"author": "Jeremy Valentine",
"description": "The ultimate Obsidian plugin for crafting mind-bending fantasy and sci-fi calendars",
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": "the-calendarium",
"version": "1.0.0-b22",
"version": "1.0.0-b23",
"description": "The ultimate Obsidian plugin for crafting mind-bending fantasy and sci-fi calendars",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit bbc208f

Please sign in to comment.