From f0232e29b5e3e89ca23ad72845ce7b94548c61f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Dec 2023 17:18:25 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 10 +++------- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 1f288b4..3c7a46b 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,20 +2,16 @@ "solution": { "content-tag": { "impact": "patch", - "oldVersion": "1.2.0", - "newVersion": "1.2.1", + "oldVersion": "1.2.1", + "newVersion": "1.2.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 (2023-12-13)\n\ncontent-tag 1.2.1 (patch)\n\n#### :bug: Bug Fix\n* [#52](https://github.com/embroider-build/content-tag/pull/52) Remove extraneous gitignores which interfere with packing ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* [#50](https://github.com/embroider-build/content-tag/pull/50) Add .npmignore to not ignore pkg/* folders ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#52](https://github.com/embroider-build/content-tag/pull/52) Remove extraneous gitignores which interfere with packing ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* [#49](https://github.com/embroider-build/content-tag/pull/49) npm pkg fix ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2023-12-18)\n\ncontent-tag 1.2.2 (patch)\n\n#### :bug: Bug Fix\n* [#54](https://github.com/embroider-build/content-tag/pull/54) fix package.json#exports for types ([@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 7f90f53..ff10639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ # `content-tag` Changelog +## Release (2023-12-18) + +content-tag 1.2.2 (patch) + +#### :bug: Bug Fix +* [#54](https://github.com/embroider-build/content-tag/pull/54) fix package.json#exports for types ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) ## Release (2023-12-13) content-tag 1.2.1 (patch) diff --git a/package.json b/package.json index d863a0f..137b627 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "content-tag", - "version": "1.2.1", + "version": "1.2.2", "description": "A rust program that uses a fork of swc to parse and transform Javascript containing the content-tag proposal", "repository": { "type": "git",