Skip to content

Commit

Permalink
Merge pull request #58 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 fb0dc3f + 43295b0 commit 65ffa83
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 6 deletions.
18 changes: 13 additions & 5 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -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"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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": "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",
Expand Down

0 comments on commit 65ffa83

Please sign in to comment.