File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed
Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "solution" : {
33 "content-tag" : {
4- "impact" : " patch " ,
5- "oldVersion" : " 3.1.2 " ,
6- "newVersion" : " 3.1.3 " ,
4+ "impact" : " major " ,
5+ "oldVersion" : " 3.1.3 " ,
6+ "newVersion" : " 4.0.0 " ,
77 "constraints" : [
88 {
9- "impact" : " patch " ,
10- "reason" : " Appears in changelog section :bug: Bug Fix "
9+ "impact" : " major " ,
10+ "reason" : " Appears in changelog section :boom: Breaking Change "
1111 }
1212 ],
1313 "pkgJSONPath" : " ./package.json"
1414 }
1515 },
16- "description" : " ## Release (2025-05-01 )\n\n content-tag 3.1.3 (patch )\n\n #### :bug: Bug Fix \n * `content-tag`\n * [#99 ](https://github.com/embroider-build/content-tag/pull/99) content-tag accidentally strips \" declare \" keyword from class properties ([@ef4](https://github.com/ef4))\n\n #### Committers: 1\n - Edward Faulkner ([@ef4](https://github.com/ef4))\n "
16+ "description" : " ## Release (2025-05-07 )\n\n content-tag 4.0.0 (major )\n\n #### :boom: Breaking Change \n * `content-tag`\n * [#101 ](https://github.com/embroider-build/content-tag/pull/101) parse API: make bytes vs characters explicit ([@ef4](https://github.com/ef4))\n\n #### Committers: 1\n - Edward Faulkner ([@ef4](https://github.com/ef4))\n "
1717}
Original file line number Diff line number Diff line change 11# ` content-tag ` Changelog
2+ ## Release (2025-05-07)
3+
4+ content-tag 4.0.0 (major)
5+
6+ #### :boom : Breaking Change
7+ * ` content-tag `
8+ * [ #101 ] ( https://github.com/embroider-build/content-tag/pull/101 ) parse API: make bytes vs characters explicit ([ @ef4 ] ( https://github.com/ef4 ) )
9+
10+ #### Committers: 1
11+ - Edward Faulkner ([ @ef4 ] ( https://github.com/ef4 ) )
212## Release (2025-05-01)
313
414content-tag 3.1.3 (patch)
Original file line number Diff line number Diff line change 11{
22 "name" : " content-tag" ,
3- "version" : " 3.1.3 " ,
3+ "version" : " 4.0.0 " ,
44 "description" : " A rust program that uses a fork of swc to parse and transform Javascript containing the content-tag proposal" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments