From 181ef8259d50fa103e9718e3a240cc5ea801423f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 00:06:03 +0000 Subject: [PATCH] Prepare Release v0.1.0 using 'release-plan' --- .release-plan.json | 18 ++++++++++++++++++ CHANGELOG.md | 11 +++++++++++ plugin/package.json | 2 +- 3 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 .release-plan.json diff --git a/.release-plan.json b/.release-plan.json new file mode 100644 index 0000000..1eefa2a --- /dev/null +++ b/.release-plan.json @@ -0,0 +1,18 @@ +{ + "solution": { + "@svg-jar/plugin": { + "impact": "minor", + "oldVersion": "0.0.1", + "newVersion": "0.1.0", + "tagName": "latest", + "constraints": [ + { + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" + } + ], + "pkgJSONPath": "./plugin/package.json" + } + }, + "description": "## Release (2026-04-22)\n\n* @svg-jar/plugin 0.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@svg-jar/plugin`\n * [#2](https://github.com/svg-jar/plugin/pull/2) Add embedded sprite option for animations and font-face support ([@evoactivity](https://github.com/evoactivity))\n\n#### Committers: 1\n- Liam ([@evoactivity](https://github.com/evoactivity))\n" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ae0511..26e8d62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2026-04-22) + +* @svg-jar/plugin 0.1.0 (minor) + +#### :rocket: Enhancement +* `@svg-jar/plugin` + * [#2](https://github.com/svg-jar/plugin/pull/2) Add embedded sprite option for animations and font-face support ([@evoactivity](https://github.com/evoactivity)) + +#### Committers: 1 +- Liam ([@evoactivity](https://github.com/evoactivity)) + ## Version 0.0.1 (2026-04-20) - Initial release of the SVG Jar plugin diff --git a/plugin/package.json b/plugin/package.json index c553179..2e58078 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@svg-jar/plugin", - "version": "0.0.1", + "version": "0.1.0", "description": "An unplugin for importing SVGs as components with sprite sheet support", "keywords": [ "svg",