@halospv3/hce.shared-config 3.2.0-develop.2 → 3.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## [3.2.0](https://github.com/HaloSPV3/HCE.Shared/compare/v3.1.0...v3.2.0) (2025-11-17)
2
+
3
+ ### Features
4
+
5
+ * **dotnet.BuildEachRID:** add `BuildEachRID` .NET Target ([8f684e3](https://github.com/HaloSPV3/HCE.Shared/commit/8f684e31b607faad5f1994292175585e5943d4e3))
6
+
7
+ ### Bug Fixes
8
+
9
+ * **deps:** eviscerate npm's bundleDeps; update tar ([35531ae](https://github.com/HaloSPV3/HCE.Shared/commit/35531ae1cb5f6d8e9acd674f6d022bef59dc97d5)), closes [#495](https://github.com/HaloSPV3/HCE.Shared/issues/495)
10
+ * **deps:** upgrade @types/node to 24.10.0 ([922ba9d](https://github.com/HaloSPV3/HCE.Shared/commit/922ba9d43355718c5fe8718b24818be07053b3ae))
11
+ * **dotnet.PublishAll:** fix invalid conditions; remove erroneous Error ([73f984f](https://github.com/HaloSPV3/HCE.Shared/commit/73f984f96770cafaafcc0448cc1a3c4a4fd9a119))
12
+
13
+ ## [3.2.0-develop.3](https://github.com/HaloSPV3/HCE.Shared/compare/v3.2.0-develop.2...v3.2.0-develop.3) (2025-11-14)
14
+
15
+ ### Bug Fixes
16
+
17
+ * **deps:** eviscerate npm's bundleDeps; update tar ([35531ae](https://github.com/HaloSPV3/HCE.Shared/commit/35531ae1cb5f6d8e9acd674f6d022bef59dc97d5)), closes [#495](https://github.com/HaloSPV3/HCE.Shared/issues/495)
18
+
1
19
  ## [3.2.0-develop.2](https://github.com/HaloSPV3/HCE.Shared/compare/v3.2.0-develop.1...v3.2.0-develop.2) (2025-11-09)
2
20
 
3
21
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@halospv3/hce.shared-config",
3
- "version": "3.2.0-develop.2",
3
+ "version": "3.2.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",
@@ -47,7 +47,7 @@
47
47
  "eslint-inspector": "eslint --inspect-config",
48
48
  "prepack": "packemon pack --addExports --addFiles --declaration --loadConfigs",
49
49
  "pack": "echo 'You should use `npm pack`' && exit 1",
50
- "prepare": "husky",
50
+ "postinstall": "husky",
51
51
  "presemantic-release": "npm pack",
52
52
  "semantic-release": "semantic-release",
53
53
  "pretest": "npm run build && npm run test:cacheSampleProjects",