Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"content-tag": {
"impact": "patch",
"oldVersion": "3.1.0",
"newVersion": "3.1.1",
"oldVersion": "3.1.1",
"newVersion": "3.1.2",
"constraints": [
{
"impact": "patch",
Expand All @@ -13,5 +13,5 @@
"pkgJSONPath": "./package.json"
}
},
"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"
"description": "## Release (2025-03-20)\n\ncontent-tag 3.1.2 (patch)\n\n#### :bug: Bug Fix\n* `content-tag`\n * [#97](https://github.com/embroider-build/content-tag/pull/97) Support automatic export default when using TS satisfies keyword ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\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-03-20)

content-tag 3.1.2 (patch)

#### :bug: Bug Fix
* `content-tag`
* [#97](https://github.com/embroider-build/content-tag/pull/97) Support automatic export default when using TS satisfies keyword ([@ef4](https://github.com/ef4))

#### Committers: 1
- Edward Faulkner ([@ef4](https://github.com/ef4))
## Release (2025-02-01)

content-tag 3.1.1 (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": "3.1.1",
"version": "3.1.2",
"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