@halospv3/hce.shared-config 3.4.0-develop.1 → 3.4.0
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 +10 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [3.4.0](https://github.com/HaloSPV3/HCE.Shared/compare/v3.3.1...v3.4.0) (2026-02-07)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* add func `catchEBUSY`; deprecate `catchCsc2012` ([4c64d72](https://github.com/HaloSPV3/HCE.Shared/commit/4c64d72f5d9b9e5e63aa17ec36bf04895fdee09b)), closes [#578](https://github.com/HaloSPV3/HCE.Shared/issues/578)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* **dotnet.MSBP:** remove _all_ carriage returns in MSBuild GetTargets output ([70d8a66](https://github.com/HaloSPV3/HCE.Shared/commit/70d8a66b969db3190c68ba1f1e788ee3e7eaa7eb))
|
|
10
|
+
|
|
1
11
|
## [3.4.0-develop.1](https://github.com/HaloSPV3/HCE.Shared/compare/v3.3.1...v3.4.0-develop.1) (2026-02-07)
|
|
2
12
|
|
|
3
13
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@halospv3/hce.shared-config",
|
|
3
|
-
"version": "3.4.0
|
|
3
|
+
"version": "3.4.0",
|
|
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",
|