@halospv3/hce.shared-config 3.4.4 → 3.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [3.4.5](https://github.com/HaloSPV3/HCE.Shared/compare/v3.4.4...v3.4.5) (2026-03-03)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **deps:** update node.js to v24.14.0 ([551c465](https://github.com/HaloSPV3/HCE.Shared/commit/551c465d64282cac2ae2d134c21abc5c94b22b36))
|
|
6
|
+
|
|
1
7
|
## [3.4.4](https://github.com/HaloSPV3/HCE.Shared/compare/v3.4.3...v3.4.4) (2026-03-03)
|
|
2
8
|
|
|
3
9
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@halospv3/hce.shared-config",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.5",
|
|
4
4
|
"description": "Automate commit message quality, changelogs, and CI/CD releases. Exports a semantic-release shareable configuration deserialized from this package's '.releaserc.yml'. Shared resources for .NET projects are also distributed with this package.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"halo",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@semantic-release/npm": "^13.1.5",
|
|
76
76
|
"@semantic-release/release-notes-generator": "^14.1.0",
|
|
77
77
|
"@stylistic/eslint-plugin": "^5.9.0",
|
|
78
|
-
"@types/node": "~24.
|
|
78
|
+
"@types/node": "~24.11.0",
|
|
79
79
|
"arktype": "^2.1.20",
|
|
80
80
|
"chardet": "^2.1.0",
|
|
81
81
|
"conventional-changelog-conventionalcommits": "^9.2.0",
|
|
@@ -174,5 +174,5 @@
|
|
|
174
174
|
"setupGitPluginSpec": "src/setupGitPluginSpec.ts"
|
|
175
175
|
}
|
|
176
176
|
},
|
|
177
|
-
"packageManager": "npm@11.
|
|
177
|
+
"packageManager": "npm@11.11.0+sha512.f36811c4aae1fde639527368ae44c571d050006a608d67a191f195a801a52637a312d259186254aa3a3799b05335b7390539cf28656d18f0591a1125ba35f973"
|
|
178
178
|
}
|