From 3af7da699578aa42457d02c3022144bf9e8d0584 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Jun 2023 20:16:22 -0400 Subject: [PATCH] chore(main): release 1.0.0-b11 (#39) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 22 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 14a155c..807d4aa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1-b10" + ".": "1.0.0-b11" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7590e7c..9b44a8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.0.0-b11](https://github.com/javalent/the-calendarium/compare/1.0.1-b10...1.0.0-b11) (2023-06-18) + + +### Features + +* very basic in-note code block `calendarium` ([957a358](https://github.com/javalent/the-calendarium/commit/957a358dc851ee3a4a8ccf468f5dd549ee0f2155)) + + +### Bug Fixes + +* sticky nav panel (close [#38](https://github.com/javalent/the-calendarium/issues/38)) ([5ef60df](https://github.com/javalent/the-calendarium/commit/5ef60df3d54b4ec91d795119a3ef7cf341bdc082)) + + +### Miscellaneous Chores + +* release 1.0.0-b11 ([53ce634](https://github.com/javalent/the-calendarium/commit/53ce634abb5cc792da9faa212161996521d01908)) + ## [1.0.1-b10](https://github.com/javalent/the-calendarium/compare/1.0.0-b10...1.0.1-b10) (2023-06-17) diff --git a/manifest.json b/manifest.json index 6bd7e2f..3f69e98 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "calendarium", "name": "Calendarium", - "version": "1.0.1-b10", + "version": "1.0.0-b11", "minAppVersion": "1.2.8", "author": "Jeremy Valentine", "description": "The ultimate Obsidian plugin for crafting mind-bending fantasy and sci-fi calendars", diff --git a/package-lock.json b/package-lock.json index f4c0696..0b8c883 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "the-calendarium", - "version": "1.0.1-b10", + "version": "1.0.0-b11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "the-calendarium", - "version": "1.0.1-b10", + "version": "1.0.0-b11", "license": "MIT", "dependencies": { "@popperjs/core": "^2.10.2", diff --git a/package.json b/package.json index d3fe630..83d2352 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "the-calendarium", - "version": "1.0.1-b10", + "version": "1.0.0-b11", "description": "The ultimate Obsidian plugin for crafting mind-bending fantasy and sci-fi calendars", "main": "main.js", "scripts": {