Skip to content

Commit

Permalink
chore(main): release 1.0.12 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 authored Mar 15, 2024
1 parent fb6fa21 commit c18986e
Show file tree
Hide file tree
Showing 5 changed files with 18 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.11"
".": "1.0.12"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.0.12](https://github.com/javalent/calendarium/compare/1.0.11...1.0.12) (2024-03-15)


### Bug Fixes

* Fixes issue where adding new moons would overwrite the first moon in the list ([2351e28](https://github.com/javalent/calendarium/commit/2351e28a1c29d20349707056b6d955f781893e1c))
* Fixes issue where custom years could not be added (close [#112](https://github.com/javalent/calendarium/issues/112)) ([b64b4b8](https://github.com/javalent/calendarium/commit/b64b4b89e6fbfe4029b7af87e981464d66db851a))
* Fixes issue where deleting a custom year could cause an incorrect invalid date warning ([4c38479](https://github.com/javalent/calendarium/commit/4c3847933b5ec7bab5daadaf69e44042e8221c24))
* Improve intercalary leap day appearance ([82d05c2](https://github.com/javalent/calendarium/commit/82d05c2f5b42132e09ac966c362bfeeb16939e4d))
* Improves moon creator appearance ([5a4f575](https://github.com/javalent/calendarium/commit/5a4f57587f72fd57f8d5bff7233361901319a7f2))
* Improves user experience around custom years ([fb6fa21](https://github.com/javalent/calendarium/commit/fb6fa21d98b4b926cb83a567378a56c0382e356c))
* Remove extraneous logs ([2c10b7b](https://github.com/javalent/calendarium/commit/2c10b7b59896ac5c25e16f98021b8b3a7a7c4f61))

## [1.0.11](https://github.com/javalent/calendarium/compare/1.0.10...1.0.11) (2024-03-12)


Expand Down
2 changes: 1 addition & 1 deletion manifest.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": "1.0.11",
"version": "1.0.12",
"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": "1.0.11",
"version": "1.0.12",
"description": "The ultimate Obsidian plugin for crafting mind-bending fantasy and sci-fi calendars",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit c18986e

Please sign in to comment.