@halospv3/hce.shared-config 3.4.8-develop.1 → 3.4.8
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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [3.4.8](https://github.com/HaloSPV3/HCE.Shared/compare/v3.4.7...v3.4.8) (2026-03-27)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* export .d.ts files, again ([37b11cb](https://github.com/HaloSPV3/HCE.Shared/commit/37b11cb3cf25a50dc4aae487c9a2a9f2c8f22b78))
|
|
6
|
+
|
|
1
7
|
## [3.4.8-develop.1](https://github.com/HaloSPV3/HCE.Shared/compare/v3.4.7...v3.4.8-develop.1) (2026-03-27)
|
|
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.8
|
|
3
|
+
"version": "3.4.8",
|
|
4
4
|
"description": "Automate commit message quality, changelogs, and CI/CD releases. Its `main` entry point is a Semantic Release config. Functions and classes are exposed for customization. An ESLint config, a Commitlint config, and addl. resources for .NET projects are also provided.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"semantic-release",
|