Skip to content

Commit

Permalink
Merge pull request #91 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, 2025
2 parents f4d72f9 + 4af0e6d commit 9adcd9c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"content-tag": {
"impact": "minor",
"oldVersion": "3.0.0",
"newVersion": "3.1.0",
"impact": "patch",
"oldVersion": "3.1.0",
"newVersion": "3.1.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./package.json"
}
},
"description": "## Release (2024-12-17)\n\ncontent-tag 3.1.0 (minor)\n\n#### :rocket: Enhancement\n* `content-tag`\n * [#89](https://github.com/embroider-build/content-tag/pull/89) Allow direct importing of the standalone module ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"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"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# `content-tag` Changelog
## Release (2025-02-01)

content-tag 3.1.1 (patch)

#### :bug: Bug Fix
* `content-tag`
* [#94](https://github.com/embroider-build/content-tag/pull/94) Replace random import alias with constant ([@davidtaylorhq](https://github.com/davidtaylorhq))

#### Committers: 1
- David Taylor ([@davidtaylorhq](https://github.com/davidtaylorhq))
## Release (2024-12-17)

content-tag 3.1.0 (minor)
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": "3.1.0",
"version": "3.1.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 9adcd9c

Please sign in to comment.