From a8d21ec3958ab563f917f19df7f067d8df623b7c Mon Sep 17 00:00:00 2001 From: pichfl <194641+pichfl@users.noreply.github.com> Date: Mon, 30 Sep 2024 14:14:25 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 10 +++------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index bdbcb62..f1e63c4 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,20 +2,16 @@ "solution": { "auto-reveal": { "impact": "minor", - "oldVersion": "0.2.1", - "newVersion": "0.3.0", + "oldVersion": "0.3.0", + "newVersion": "0.4.0", "constraints": [ { "impact": "minor", "reason": "Appears in changelog section :rocket: Enhancement" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-08-10)\n\nauto-reveal 0.3.0 (minor)\n\n#### :rocket: Enhancement\n* `auto-reveal`\n * [#33](https://github.com/mainmatter/auto-reveal/pull/33) Use relative base root for Vite ([@pichfl](https://github.com/pichfl))\n * [#32](https://github.com/mainmatter/auto-reveal/pull/32) Add argument for output directory ([@pichfl](https://github.com/pichfl))\n * [#25](https://github.com/mainmatter/auto-reveal/pull/25) Update README with License and Copyright ([@pichfl](https://github.com/pichfl))\n\n#### :house: Internal\n* `auto-reveal`\n * [#29](https://github.com/mainmatter/auto-reveal/pull/29) Update dependencies ([@pichfl](https://github.com/pichfl))\n * [#30](https://github.com/mainmatter/auto-reveal/pull/30) fix the trigger for the lint CI job ([@mansona](https://github.com/mansona))\n * [#28](https://github.com/mainmatter/auto-reveal/pull/28) Internal: Add Lint action ([@pichfl](https://github.com/pichfl))\n * [#18](https://github.com/mainmatter/auto-reveal/pull/18) update release-plan ([@mansona](https://github.com/mansona))\n\n#### Committers: 2\n- Chris Manson ([@mansona](https://github.com/mansona))\n- Florian Pichler ([@pichfl](https://github.com/pichfl))\n" + "description": "## Release (2024-09-30)\n\nauto-reveal 0.4.0 (minor)\n\n#### :rocket: Enhancement\n* `auto-reveal`\n * [#38](https://github.com/mainmatter/auto-reveal/pull/38) Use localeCompare instead of custom regex ([@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 e5f094c..625ddb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-09-30) + +auto-reveal 0.4.0 (minor) + +#### :rocket: Enhancement +* `auto-reveal` + * [#38](https://github.com/mainmatter/auto-reveal/pull/38) Use localeCompare instead of custom regex ([@pichfl](https://github.com/pichfl)) + +#### Committers: 1 +- Florian Pichler ([@pichfl](https://github.com/pichfl)) + ## Release (2024-08-10) auto-reveal 0.3.0 (minor) diff --git a/package.json b/package.json index 92581a7..fb90276 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-reveal", - "version": "0.3.0", + "version": "0.4.0", "description": "The command-line interface for reveal.js presentations.", "keywords": [ "reveal.js",