diff --git a/.release-plan.json b/.release-plan.json index c76f0a9..a96e5da 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,16 +2,20 @@ "solution": { "content-tag": { "impact": "patch", - "oldVersion": "2.0.0", - "newVersion": "2.0.1", + "oldVersion": "2.0.1", + "newVersion": "2.0.2", "constraints": [ { "impact": "patch", "reason": "Appears in changelog section :bug: Bug Fix" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-02-01)\n\ncontent-tag 2.0.1 (patch)\n\n#### :bug: Bug Fix\n* [#64](https://github.com/embroider-build/content-tag/pull/64) Update type declaration file with latest API ([@vstefanovic97](https://github.com/vstefanovic97))\n\n#### Committers: 1\n- Vuk ([@vstefanovic97](https://github.com/vstefanovic97))\n" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b20fd48..faf1666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,19 @@ # `content-tag` Changelog +## Release (2024-09-21) + +content-tag 2.0.2 (patch) + +#### :bug: Bug Fix +* `content-tag` + * [#79](https://github.com/embroider-build/content-tag/pull/79) Provide correct types when using cjs with moduleResolution:nodenext ([@ef4](https://github.com/ef4)) + +#### :house: Internal +* `content-tag` + * [#69](https://github.com/embroider-build/content-tag/pull/69) Refactor options handling ([@ef4](https://github.com/ef4)) + * [#67](https://github.com/embroider-build/content-tag/pull/67) Fix sourcemap test ([@ef4](https://github.com/ef4)) + +#### Committers: 1 +- Edward Faulkner ([@ef4](https://github.com/ef4)) ## Release (2024-02-01) content-tag 2.0.1 (patch) diff --git a/package.json b/package.json index 5680ea3..1816c26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "content-tag", - "version": "2.0.1", + "version": "2.0.2", "description": "A rust program that uses a fork of swc to parse and transform Javascript containing the content-tag proposal", "repository": { "type": "git",