From 43295b02840127c88924e481cd8d2c759b368a35 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 1 Feb 2024 00:04:32 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 18 +++++++++++++----- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 3 files changed, 32 insertions(+), 6 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 3c7a46b..7804ebb 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,17 +1,25 @@ { "solution": { "content-tag": { - "impact": "patch", - "oldVersion": "1.2.1", - "newVersion": "1.2.2", + "impact": "major", + "oldVersion": "1.2.2", + "newVersion": "2.0.0", "constraints": [ + { + "impact": "major", + "reason": "Appears in changelog section :boom: Breaking Change" + }, + { + "impact": "patch", + "reason": "Appears in changelog section :memo: Documentation" + }, { "impact": "patch", - "reason": "Appears in changelog section :bug: Bug Fix" + "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "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" + "description": "## Release (2024-02-01)\n\ncontent-tag 2.0.0 (major)\n\n#### :boom: Breaking Change\n* [#62](https://github.com/embroider-build/content-tag/pull/62) Add js/rust bindings for inline source map generation ([@vstefanovic97](https://github.com/vstefanovic97))\n\n#### :memo: Documentation\n* [#63](https://github.com/embroider-build/content-tag/pull/63) Update docs with API changes ([@vstefanovic97](https://github.com/vstefanovic97))\n* [#57](https://github.com/embroider-build/content-tag/pull/57) Document API methods (Closes [#45](https://github.com/embroider-build/content-tag/issues/45)) ([@gitKrystan](https://github.com/gitKrystan))\n\n#### :house: Internal\n* [#59](https://github.com/embroider-build/content-tag/pull/59) Simplify testing situation to assure import and require works ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 3\n- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan))\n- Vuk ([@vstefanovic97](https://github.com/vstefanovic97))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ff10639..725ca47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,22 @@ # `content-tag` Changelog +## Release (2024-02-01) + +content-tag 2.0.0 (major) + +#### :boom: Breaking Change +* [#62](https://github.com/embroider-build/content-tag/pull/62) Add js/rust bindings for inline source map generation ([@vstefanovic97](https://github.com/vstefanovic97)) + +#### :memo: Documentation +* [#63](https://github.com/embroider-build/content-tag/pull/63) Update docs with API changes ([@vstefanovic97](https://github.com/vstefanovic97)) +* [#57](https://github.com/embroider-build/content-tag/pull/57) Document API methods (Closes [#45](https://github.com/embroider-build/content-tag/issues/45)) ([@gitKrystan](https://github.com/gitKrystan)) + +#### :house: Internal +* [#59](https://github.com/embroider-build/content-tag/pull/59) Simplify testing situation to assure import and require works ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 3 +- Krystan HuffMenne ([@gitKrystan](https://github.com/gitKrystan)) +- Vuk ([@vstefanovic97](https://github.com/vstefanovic97)) +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) ## Release (2023-12-18) content-tag 1.2.2 (patch) diff --git a/package.json b/package.json index a199647..b14e338 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "content-tag", - "version": "1.2.2", + "version": "2.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",