@halospv3/hce.shared-config 2.2.2 → 2.2.3

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 +7 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.2.3](https://github.com/halospv3/hce.shared/compare/v2.2.2...v2.2.3) (2024-03-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * add commitlint config to package exports ([db87cc8](https://github.com/halospv3/hce.shared/commit/db87cc81f0e1718a6747f0ba6746f078685b6142))
7
+
1
8
  ## [2.2.2](https://github.com/halospv3/hce.shared/compare/v2.2.1...v2.2.2) (2024-03-29)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@halospv3/hce.shared-config",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
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",
@@ -101,7 +101,8 @@
101
101
  "require": "./cjs/index.cjs"
102
102
  }
103
103
  },
104
- "./static/.releaserc.yml": "./static/.releaserc.yml"
104
+ "./static/.releaserc.yml": "./static/.releaserc.yml",
105
+ "./commitlint.config.ts": "./commitlint.config.ts"
105
106
  },
106
107
  "types": "./cjs/index.d.ts",
107
108
  "packemon": {