From 482a5a11004cd6cf7c41ea306949076f474b5183 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 14:53:06 +0000 Subject: [PATCH] chore(beta): release 4.0.1-b4 --- .release-please-manifest-beta.json | 2 +- CHANGELOG.md | 7 +++++++ manifest-beta.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest-beta.json b/.release-please-manifest-beta.json index 2dca5a8..223bce6 100644 --- a/.release-please-manifest-beta.json +++ b/.release-please-manifest-beta.json @@ -1,3 +1,3 @@ { - ".": "4.0.0-b4" + ".": "4.0.1-b4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 44bef8f..51fe745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.1-b4](https://github.com/fantasycalendar/obsidian-fantasy-calendar/compare/4.0.0-b4...4.0.1-b4) (2023-05-16) + + +### Bug Fixes + +* Fixes for goToPrevious week ([56ba489](https://github.com/fantasycalendar/obsidian-fantasy-calendar/commit/56ba489586cc3643c217bed7e0af5647bd2d029e)) + ## [4.0.0-b4](https://github.com/fantasycalendar/obsidian-fantasy-calendar/compare/4.0.0-b3...4.0.0-b4) (2023-05-16) diff --git a/manifest-beta.json b/manifest-beta.json index b30ef15..825c0b6 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "fantasy-calendar", "name": "Fantasy Calendar", - "version": "4.0.0-b4", + "version": "4.0.1-b4", "minAppVersion": "0.12.10", "author": "Jeremy Valentine", "description": "Fantasy calendars in Obsidian!", diff --git a/package-lock.json b/package-lock.json index 88b5d23..7d5dff0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fantasy-calendar", - "version": "4.0.0-b4", + "version": "4.0.1-b4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fantasy-calendar", - "version": "4.0.0-b4", + "version": "4.0.1-b4", "license": "MIT", "dependencies": { "@popperjs/core": "^2.10.2", diff --git a/package.json b/package.json index dc2ce5e..ab902c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fantasy-calendar", - "version": "4.0.0-b4", + "version": "4.0.1-b4", "description": "Create fantasy calendars in Obsidian!", "main": "main.js", "scripts": {