From 9a0966cb5e67eb57e1932ec29d5155540ad7f1de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 8 Nov 2024 15:25:27 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 16 ++++++---------- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 11 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 322b2d7..4cc0ed1 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,21 +1,17 @@ { "solution": { "content-tag": { - "impact": "patch", - "oldVersion": "2.0.2", - "newVersion": "2.0.3", + "impact": "major", + "oldVersion": "2.0.3", + "newVersion": "3.0.0", "constraints": [ { - "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-11-05)\n\ncontent-tag 2.0.3 (patch)\n\n#### :bug: Bug Fix\n* `content-tag`\n * [#83](https://github.com/embroider-build/content-tag/pull/83) Strip hygiene code in favor of UUIDs ([@wagenet](https://github.com/wagenet))\n\n#### :house: Internal\n* `content-tag`\n * [#81](https://github.com/embroider-build/content-tag/pull/81) Update toolchain and some deps ([@wagenet](https://github.com/wagenet))\n\n#### Committers: 1\n- Peter Wagenet ([@wagenet](https://github.com/wagenet))\n" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 293cb44..a5219cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ # `content-tag` Changelog +## Release (2024-11-08) + +content-tag 3.0.0 (major) + +#### :boom: Breaking Change +* `content-tag` + * [#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)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) ## Release (2024-11-05) content-tag 2.0.3 (patch) diff --git a/package.json b/package.json index 938f404..d3a1e17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "content-tag", - "version": "2.0.3", + "version": "3.0.0", "description": "A rust program that uses a fork of swc to parse and transform Javascript containing the content-tag proposal", "repository": { "type": "git",