@halospv3/hce.shared-config 3.4.6-develop.2 → 3.4.7-develop.1

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 +22 -6
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [3.4.7-develop.1](https://github.com/HaloSPV3/HCE.Shared/compare/v3.4.6...v3.4.7-develop.1) (2026-03-26)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps, deps-dev:** update commitlint deps to 20.5.0 ([a0e6ab3](https://github.com/HaloSPV3/HCE.Shared/commit/a0e6ab3066ae96c52124452a414224255a887696))
6
+ * **deps, deps-dev:** update eslint deps ([24a382b](https://github.com/HaloSPV3/HCE.Shared/commit/24a382be93d4479ec2fb3b1d80b7f626da4264b6))
7
+ * **deps:** update `sanitize-filename` to 1.6.4 ([9a97a04](https://github.com/HaloSPV3/HCE.Shared/commit/9a97a047acaea0ad575177419cb76d2d78c5c027))
8
+ * **deps:** update dotenvx to 1.57.2 ([8185184](https://github.com/HaloSPV3/HCE.Shared/commit/8185184cc12112042c757e676e0015d8e48bc37f))
9
+
10
+ # Changelog
11
+
12
+ All notable changes to this project will be documented in this file. See
13
+ [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version)
14
+ for commit guidelines.
15
+
1
16
  ## [3.4.6-develop.2](https://github.com/HaloSPV3/HCE.Shared/compare/v3.4.6-develop.1...v3.4.6-develop.2) (2026-03-26)
2
17
 
3
18
  ### Bug Fixes
@@ -7,6 +22,13 @@
7
22
  * **deps:** update `sanitize-filename` to 1.6.4 ([9a97a04](https://github.com/HaloSPV3/HCE.Shared/commit/9a97a047acaea0ad575177419cb76d2d78c5c027))
8
23
  * **deps:** update dotenvx to 1.57.2 ([8185184](https://github.com/HaloSPV3/HCE.Shared/commit/8185184cc12112042c757e676e0015d8e48bc37f))
9
24
 
25
+ ## [3.4.6](https://github.com/HaloSPV3/HCE.Shared/compare/v3.4.5...v3.4.6) (2026-03-16)
26
+
27
+ ### Bug Fixes
28
+
29
+ * **deps:** update dependency @types/node to ~24.12.0 ([57a434c](https://github.com/HaloSPV3/HCE.Shared/commit/57a434c8ad3412158a2ecfa16844cf42e6313f8a))
30
+ * **deps:** update eslint monorepo to v10 ([ae3252e](https://github.com/HaloSPV3/HCE.Shared/commit/ae3252ef4b3256f7190fd53589d550d5ec83cd3f))
31
+
10
32
  ## [3.4.6-develop.1](https://github.com/HaloSPV3/HCE.Shared/compare/v3.4.5...v3.4.6-develop.1) (2026-03-14)
11
33
 
12
34
  ### Bug Fixes
@@ -214,12 +236,6 @@
214
236
 
215
237
  * do not call nvm in package scripts ([eac118a](https://github.com/HaloSPV3/HCE.Shared/commit/eac118a5c098fc453e6e7ad72e1bcd5c14c76866))
216
238
 
217
- # Changelog
218
-
219
- All notable changes to this project will be documented in this file. See
220
- [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version)
221
- for commit guidelines.
222
-
223
239
  ## [3.1.0-develop.3](https://github.com/HaloSPV3/HCE.Shared/compare/v3.1.0-develop.2...v3.1.0-develop.3) (2025-11-08)
224
240
 
225
241
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@halospv3/hce.shared-config",
3
- "version": "3.4.6-develop.2",
3
+ "version": "3.4.7-develop.1",
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",
@@ -172,7 +172,7 @@
172
172
  "./*": "./*"
173
173
  },
174
174
  "types": "./mjs/index.d.mts",
175
- "packageManager": "npm@11.11.1+sha512.6ac6b30a876415dcf545e433ba4cb34bf0c3efbb86088a9415e446de0b5a4fc6fd511d277b59bd40e06e3204fbda28f5aeded346b3a8c780355b39ed31622e12",
175
+ "packageManager": "npm@11.12.0+sha512.c4f84e6a9e196c95b277b0c03ae90fe7ae161703521aeff615e4d114786288ab6171abb1847fcda64240426db8c43f9c027f1abf9b50d34a618bdf03aad7cbb2",
176
176
  "publishConfig": {
177
177
  "exports": {
178
178
  ".": "./mjs/index.mjs",