From 318211012bbe7a5f89392ceb5457c8bb8df52065 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 5 Nov 2024 16:34:20 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 6 +++--- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index a96e5da..322b2d7 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "content-tag": { "impact": "patch", - "oldVersion": "2.0.1", - "newVersion": "2.0.2", + "oldVersion": "2.0.2", + "newVersion": "2.0.3", "constraints": [ { "impact": "patch", @@ -17,5 +17,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-09-21)\n\ncontent-tag 2.0.2 (patch)\n\n#### :bug: Bug Fix\n* `content-tag`\n * [#79](https://github.com/embroider-build/content-tag/pull/79) Provide correct types when using cjs with moduleResolution:nodenext ([@ef4](https://github.com/ef4))\n\n#### :house: Internal\n* `content-tag`\n * [#69](https://github.com/embroider-build/content-tag/pull/69) Refactor options handling ([@ef4](https://github.com/ef4))\n * [#67](https://github.com/embroider-build/content-tag/pull/67) Fix sourcemap test ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index faf1666..293cb44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,18 @@ # `content-tag` Changelog +## Release (2024-11-05) + +content-tag 2.0.3 (patch) + +#### :bug: Bug Fix +* `content-tag` + * [#83](https://github.com/embroider-build/content-tag/pull/83) Strip hygiene code in favor of UUIDs ([@wagenet](https://github.com/wagenet)) + +#### :house: Internal +* `content-tag` + * [#81](https://github.com/embroider-build/content-tag/pull/81) Update toolchain and some deps ([@wagenet](https://github.com/wagenet)) + +#### Committers: 1 +- Peter Wagenet ([@wagenet](https://github.com/wagenet)) ## Release (2024-09-21) content-tag 2.0.2 (patch) diff --git a/package.json b/package.json index 08f65e8..938f404 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "content-tag", - "version": "2.0.2", + "version": "2.0.3", "description": "A rust program that uses a fork of swc to parse and transform Javascript containing the content-tag proposal", "repository": { "type": "git",