Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/javalent/calendarium into main
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Apr 9, 2024
2 parents 5bd3413 + d1dd307 commit 8509cd8
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.json
@@ -1,3 +1,3 @@
{
".": "1.2.1"
".": "1.2.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [1.2.2](https://github.com/javalent/calendarium/compare/1.2.1...1.2.2) (2024-04-09)


### Bug Fixes

* Persist ephemeral states between sessions ([65e50d3](https://github.com/javalent/calendarium/commit/65e50d32f621d47050e48c61d14b3903de76ac3c))

## [1.2.1](https://github.com/javalent/calendarium/compare/1.2.0...1.2.1) (2024-04-09)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Expand Up @@ -3,7 +3,7 @@
"name": "Calendarium",
"author": "Jeremy Valentine",
"description": "Craft mind-bending fantasy and sci-fi calendars.",
"version": "1.2.1",
"version": "1.2.2",
"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
@@ -1,6 +1,6 @@
{
"name": "calendarium",
"version": "1.2.1",
"version": "1.2.2",
"description": "The ultimate Obsidian plugin for crafting mind-bending fantasy and sci-fi calendars",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 8509cd8

Please sign in to comment.