Skip to content

Commit

Permalink
Merge pull request #65 from embroider-build/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
mansona authored Feb 1, 2024
2 parents c913774 + 864b23f commit abedb4b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
18 changes: 5 additions & 13 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,17 @@
{
"solution": {
"content-tag": {
"impact": "major",
"oldVersion": "1.2.2",
"newVersion": "2.0.0",
"impact": "patch",
"oldVersion": "2.0.0",
"newVersion": "2.0.1",
"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 :house: Internal"
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./package.json"
}
},
"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"
"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"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# `content-tag` Changelog
## Release (2024-02-01)

content-tag 2.0.1 (patch)

#### :bug: Bug Fix
* [#64](https://github.com/embroider-build/content-tag/pull/64) Update type declaration file with latest API ([@vstefanovic97](https://github.com/vstefanovic97))

#### Committers: 1
- Vuk ([@vstefanovic97](https://github.com/vstefanovic97))
## Release (2024-02-01)

content-tag 2.0.0 (major)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "content-tag",
"version": "2.0.0",
"version": "2.0.1",
"description": "A rust program that uses a fork of swc to parse and transform Javascript containing the content-tag proposal",
"repository": {
"type": "git",
Expand Down

0 comments on commit abedb4b

Please sign in to comment.