diff --git a/CHANGELOG.md b/CHANGELOG.md index 27784ab..ca3bb31 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. +### [2.3.5](https://github.com/valentine195/obsidian-fantasy-calendar/compare/2.3.4...2.3.5) (2022-04-04) + + +### Bug Fixes + +* Added additional debug messages ([03fb19a](https://github.com/valentine195/obsidian-fantasy-calendar/commit/03fb19a60bf9a2b903780f92db7631f4734df31a)) + ### [2.3.4](https://github.com/valentine195/obsidian-fantasy-calendar/compare/2.3.3...2.3.4) (2022-04-04) diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 27784ab..ca3bb31 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/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. +### [2.3.5](https://github.com/valentine195/obsidian-fantasy-calendar/compare/2.3.4...2.3.5) (2022-04-04) + + +### Bug Fixes + +* Added additional debug messages ([03fb19a](https://github.com/valentine195/obsidian-fantasy-calendar/commit/03fb19a60bf9a2b903780f92db7631f4734df31a)) + ### [2.3.4](https://github.com/valentine195/obsidian-fantasy-calendar/compare/2.3.3...2.3.4) (2022-04-04) diff --git a/manifest.json b/manifest.json index 7484e06..5f0fb90 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "fantasy-calendar", "name": "Fantasy Calendar", - "version": "2.3.4", + "version": "2.3.5", "minAppVersion": "0.12.10", "author": "Jeremy Valentine", "description": "Fantasy calendars in Obsidian!", diff --git a/package-lock.json b/package-lock.json index 9f90797..b7ea8de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fantasy-calendar", - "version": "2.3.4", + "version": "2.3.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fantasy-calendar", - "version": "2.3.4", + "version": "2.3.5", "license": "MIT", "dependencies": { "@popperjs/core": "^2.10.2", diff --git a/package.json b/package.json index 9806e3b..9c1b7c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fantasy-calendar", - "version": "2.3.4", + "version": "2.3.5", "description": "Create fantasy calendars in Obsidian!", "main": "main.js", "scripts": {