diff --git a/.release-plan.json b/.release-plan.json index 2f33b78..f265123 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "content-tag": { "impact": "patch", - "oldVersion": "3.1.0", - "newVersion": "3.1.1", + "oldVersion": "3.1.1", + "newVersion": "3.1.2", "constraints": [ { "impact": "patch", @@ -13,5 +13,5 @@ "pkgJSONPath": "./package.json" } }, - "description": "## Release (2025-02-01)\n\ncontent-tag 3.1.1 (patch)\n\n#### :bug: Bug Fix\n* `content-tag`\n * [#94](https://github.com/embroider-build/content-tag/pull/94) Replace random import alias with constant ([@davidtaylorhq](https://github.com/davidtaylorhq))\n\n#### Committers: 1\n- David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq))\n" + "description": "## Release (2025-03-20)\n\ncontent-tag 3.1.2 (patch)\n\n#### :bug: Bug Fix\n* `content-tag`\n * [#97](https://github.com/embroider-build/content-tag/pull/97) Support automatic export default when using TS satisfies keyword ([@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 6fc8d76..6ea176f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ # `content-tag` Changelog +## Release (2025-03-20) + +content-tag 3.1.2 (patch) + +#### :bug: Bug Fix +* `content-tag` + * [#97](https://github.com/embroider-build/content-tag/pull/97) Support automatic export default when using TS satisfies keyword ([@ef4](https://github.com/ef4)) + +#### Committers: 1 +- Edward Faulkner ([@ef4](https://github.com/ef4)) ## Release (2025-02-01) content-tag 3.1.1 (patch) diff --git a/package.json b/package.json index 4c7e2ec..bb26974 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "content-tag", - "version": "3.1.1", + "version": "3.1.2", "description": "A rust program that uses a fork of swc to parse and transform Javascript containing the content-tag proposal", "repository": { "type": "git",