From 81a20c56197f59ca2451ab5c5559f48b78be8879 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 24 Jul 2024 18:42:43 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 14 +++++--------- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index a159455..e96a56f 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,21 +1,17 @@ { "solution": { "auto-reveal": { - "impact": "minor", - "oldVersion": "0.1.0", - "newVersion": "0.2.0", + "impact": "patch", + "oldVersion": "0.2.0", + "newVersion": "0.2.1", "constraints": [ - { - "impact": "minor", - "reason": "Appears in changelog section :rocket: Enhancement" - }, { "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "reason": "Appears in changelog section :bug: Bug Fix" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-07-17)\n\nauto-reveal 0.2.0 (minor)\n\n#### :rocket: Enhancement\n* `auto-reveal`\n * [#9](https://github.com/pichfl/auto-reveal/pull/9) allow themes to be able to provide config for initialize ([@mansona](https://github.com/mansona))\n * [#8](https://github.com/pichfl/auto-reveal/pull/8) import theme after default reveal css ([@mansona](https://github.com/mansona))\n\n#### :house: Internal\n* `auto-reveal`\n * [#6](https://github.com/pichfl/auto-reveal/pull/6) Add README, Run Formatter ([@pichfl](https://github.com/pichfl))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Florian Pichler ([@pichfl](https://github.com/pichfl))\n" + "description": "## Release (2024-07-24)\n\nauto-reveal 0.2.1 (patch)\n\n#### :bug: Bug Fix\n* `auto-reveal`\n * [#12](https://github.com/pichfl/auto-reveal/pull/12) Remove deprecation from import.meta.glob ([@pichfl](https://github.com/pichfl))\n\n#### Committers: 1\n- Florian Pichler ([@pichfl](https://github.com/pichfl))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d1c23c..fac3fbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ # Changelog +## Release (2024-07-24) + +auto-reveal 0.2.1 (patch) + +#### :bug: Bug Fix +* `auto-reveal` + * [#12](https://github.com/pichfl/auto-reveal/pull/12) Remove deprecation from import.meta.glob ([@pichfl](https://github.com/pichfl)) + +#### Committers: 1 +- Florian Pichler ([@pichfl](https://github.com/pichfl)) ## Release (2024-07-17) auto-reveal 0.2.0 (minor) diff --git a/package.json b/package.json index 682d51d..a0c024d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-reveal", - "version": "0.2.0", + "version": "0.2.1", "description": "", "keywords": [], "repository": {