@halospv3/hce.shared-config 3.5.2-develop.1 → 3.5.2

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 +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [3.5.2](https://github.com/HaloSPV3/HCE.Shared/compare/v3.5.1...v3.5.2) (2026-04-18)
2
+
3
+ ### Bug Fixes
4
+
5
+ * **deps:** bump the npm-dependencies group across 1 directory with 5 updates ([#674](https://github.com/HaloSPV3/HCE.Shared/issues/674)) ([fa05274](https://github.com/HaloSPV3/HCE.Shared/commit/fa052741a2d36e090a75d399726e8eafe6bde979))
6
+
1
7
  ## [3.5.2-develop.1](https://github.com/HaloSPV3/HCE.Shared/compare/v3.5.1...v3.5.2-develop.1) (2026-04-17)
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.5.2-develop.1",
3
+ "version": "3.5.2",
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",
@@ -64,7 +64,7 @@
64
64
  "dependencies": {
65
65
  "@commitlint/cli": "^20.5.0",
66
66
  "@commitlint/config-conventional": "^20.5.0",
67
- "@dotenvx/dotenvx": "^1.61.0",
67
+ "@dotenvx/dotenvx": "^1.61.1",
68
68
  "@eslint/js": "^10.0.1",
69
69
  "@eslint/json": "^1.2.0",
70
70
  "@semantic-release/changelog": "^6.0.3",
@@ -117,7 +117,7 @@
117
117
  "@types/debug": "^4.1.13",
118
118
  "@types/tmp": "^0.2.6",
119
119
  "conventional-changelog-preset-loader": "^5.0.0",
120
- "eslint": "^10.1.0",
120
+ "eslint": "^10.2.1",
121
121
  "eslint-plugin-jsdoc": "^62.9.0",
122
122
  "eslint-plugin-unicorn": "^64.0.0",
123
123
  "pinst": "^3.0.0",