Skip to content

Commit

Permalink
chore(main): release 1.0.4 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Feb 24, 2024
1 parent 3facbcc commit dd79a0a
Show file tree
Hide file tree
Showing 5 changed files with 13 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.3"
".": "1.0.4"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.4](https://github.com/javalent/calendarium/compare/1.0.3...1.0.4) (2024-02-24)


### Bug Fixes

* Fixes for Obsidian review ([074c98c](https://github.com/javalent/calendarium/commit/074c98c484821dcb9bbd532d150a1505fa5d9144))
* Fixes some issues multi-day event logic ([3facbcc](https://github.com/javalent/calendarium/commit/3facbccc106427b0694a8bc879df8ae9f643f4a5))

## [1.0.3](https://github.com/javalent/calendarium/compare/1.0.2...1.0.3) (2024-02-22)


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.3",
"version": "1.0.4",
"minAppVersion": "1.5.0",
"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.3",
"version": "1.0.4",
"description": "The ultimate Obsidian plugin for crafting mind-bending fantasy and sci-fi calendars",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit dd79a0a

Please sign in to comment.