Skip to content

Commit

Permalink
chore(main): release 1.4.0 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Sep 5, 2024
1 parent bbbf752 commit 7237efa
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.3.3"
".": "1.4.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.4.0](https://github.com/javalent/calendarium/compare/1.3.3...1.4.0) (2024-09-05)


### Features

* Adds ability to specify a callback to obtain the displayed day number in the calendar UI ([524796c](https://github.com/javalent/calendarium/commit/524796c4e7049e1eba318759b9bf56f8f2e2273f))


### Bug Fixes

* Fix issue where display date format could interfere with event parsing. ([17638df](https://github.com/javalent/calendarium/commit/17638df6d9b0e51d7902cd7af8a5296b76639a60))
* Fixes tests ([bbbf752](https://github.com/javalent/calendarium/commit/bbbf7522f1da2fafa16c5c77a550aa90bae162f8))

## [1.3.3](https://github.com/javalent/calendarium/compare/1.3.2...1.3.3) (2024-04-27)


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

0 comments on commit 7237efa

Please sign in to comment.