From 46a2e520e888fa7626b4337a85b31eccd39d10d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Dec 2024 16:51:30 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 12 ++++++------ CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 4cc0ed1..5c65abd 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,17 @@ { "solution": { "content-tag": { - "impact": "major", - "oldVersion": "2.0.3", - "newVersion": "3.0.0", + "impact": "minor", + "oldVersion": "3.0.0", + "newVersion": "3.1.0", "constraints": [ { - "impact": "major", - "reason": "Appears in changelog section :boom: Breaking Change" + "impact": "minor", + "reason": "Appears in changelog section :rocket: Enhancement" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-11-08)\n\ncontent-tag 3.0.0 (major)\n\n#### :boom: Breaking Change\n* `content-tag`\n * [#86](https://github.com/embroider-build/content-tag/pull/86) Change return type of process from string to { code, map } ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-12-17)\n\ncontent-tag 3.1.0 (minor)\n\n#### :rocket: Enhancement\n* `content-tag`\n * [#89](https://github.com/embroider-build/content-tag/pull/89) Allow direct importing of the standalone module ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a5219cd..4c28a3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ # `content-tag` Changelog +## Release (2024-12-17) + +content-tag 3.1.0 (minor) + +#### :rocket: Enhancement +* `content-tag` + * [#89](https://github.com/embroider-build/content-tag/pull/89) Allow direct importing of the standalone module ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) ## Release (2024-11-08) content-tag 3.0.0 (major) diff --git a/package.json b/package.json index 8b96327..55792c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "content-tag", - "version": "3.0.0", + "version": "3.1.0", "description": "A rust program that uses a fork of swc to parse and transform Javascript containing the content-tag proposal", "repository": { "type": "git",