From 522e593fdc094dd952417b540c17c62a9efc3033 Mon Sep 17 00:00:00 2001 From: mansona <594890+mansona@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:49:51 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 6 +++--- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index ff0d2a9..14505f9 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "auto-reveal-theme-mainmatter": { "impact": "patch", - "oldVersion": "0.1.0", - "newVersion": "0.1.1", + "oldVersion": "0.1.1", + "newVersion": "0.1.2", "constraints": [ { "impact": "patch", @@ -13,5 +13,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-07-18)\n\nauto-reveal-theme-mainmatter 0.1.1 (patch)\n\n#### :bug: Bug Fix\n* `auto-reveal-theme-mainmatter`\n * [#4](https://github.com/mansona/auto-reveal-theme-mainmatter/pull/4) fix sidebar ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" + "description": "## Release (2024-07-22)\n\nauto-reveal-theme-mainmatter 0.1.2 (patch)\n\n#### :bug: Bug Fix\n* `auto-reveal-theme-mainmatter`\n * [#6](https://github.com/mansona/auto-reveal-theme-mainmatter/pull/6) go back to having a smaller sidebar ([@mansona](https://github.com/mansona))\n\n#### Committers: 1\n- Chris Manson ([@mansona](https://github.com/mansona))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b602e6a..69d73f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-07-22) + +auto-reveal-theme-mainmatter 0.1.2 (patch) + +#### :bug: Bug Fix +* `auto-reveal-theme-mainmatter` + * [#6](https://github.com/mansona/auto-reveal-theme-mainmatter/pull/6) go back to having a smaller sidebar ([@mansona](https://github.com/mansona)) + +#### Committers: 1 +- Chris Manson ([@mansona](https://github.com/mansona)) + ## Release (2024-07-18) auto-reveal-theme-mainmatter 0.1.1 (patch) diff --git a/package.json b/package.json index d71d5e0..53da53e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-reveal-theme-mainmatter", - "version": "0.1.1", + "version": "0.1.2", "description": "", "keywords": [], "repository": {