Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
chore(beta): release 4.0.0-b2 (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 14, 2023
1 parent 5d1edd8 commit e173c6f
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.1.0"
".": "4.0.0-b2"
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.0.0-b2](https://github.com/fantasycalendar/obsidian-fantasy-calendar/compare/3.1.0...4.0.0-b2) (2023-05-14)


### ⚠ BREAKING CHANGES

* Beta

### Features

* Beta ([6b37ced](https://github.com/fantasycalendar/obsidian-fantasy-calendar/commit/6b37ced3281118d5b9ee4425ba0dd58dedc57489))
* Ephemeral store ([ea34876](https://github.com/fantasycalendar/obsidian-fantasy-calendar/commit/ea34876da13a60fdf3709ef27b06c60c52d236fb))
* ephemeral store, Year view returns ([bb42f6d](https://github.com/fantasycalendar/obsidian-fantasy-calendar/commit/bb42f6db74a6d7dce5a94129358a43af62d9fd6d))
* Week number display ([ea34876](https://github.com/fantasycalendar/obsidian-fantasy-calendar/commit/ea34876da13a60fdf3709ef27b06c60c52d236fb))


### Bug Fixes

* fix release process ([7d9c195](https://github.com/fantasycalendar/obsidian-fantasy-calendar/commit/7d9c19505f8f4e859288a6d83c9ab423cc2e8388))
* Move current date back to singleton ([90c3a52](https://github.com/fantasycalendar/obsidian-fantasy-calendar/commit/90c3a52b00c8d64ece2d948de1d5d9438baa908f))


### Miscellaneous Chores

* beta release 4.0.0-b2 ([5d1edd8](https://github.com/fantasycalendar/obsidian-fantasy-calendar/commit/5d1edd88086f6b8772e0c789b9fdcd85a5cc146c))

## [4.0.0](https://github.com/fantasycalendar/obsidian-fantasy-calendar/compare/3.1.0...4.0.0) (2023-05-13)


Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "fantasy-calendar",
"name": "Fantasy Calendar",
"version": "4.0.0",
"version": "4.0.0-b2",
"minAppVersion": "0.12.10",
"author": "Jeremy Valentine",
"description": "Fantasy calendars in Obsidian!",
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": "fantasy-calendar",
"version": "4.0.0",
"version": "4.0.0-b2",
"description": "Create fantasy calendars in Obsidian!",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit e173c6f

Please sign in to comment.