Releases: HaloSPV3/HCE.Shared
Releases · HaloSPV3/HCE.Shared
v2.4.1-develop.1
Bug Fixes
- 🚑 bump braces to 3.0.3 (c4a0948)
- deps: ⬇️ downgrade conventional-changelog-conventionalcommits (7d7d418), closes #402
v2.4.0
2.4.0 (2024-05-28)
Bug Fixes
- add README.md to Git default options (a6cfaa5)
- deps: add debug to direct deps (7c40519)
- do not call debug.log (265ba9d)
- dotnet: only set HCESharedDir if it doesn't exist; get directory name once more (4b381e0)
Features
- allow opting out of dotnet pack and push (e1c658a)
v2.3.2
2.3.2 (2024-05-24)
Bug Fixes
- return getConfig's dotnet-flavored config object (0585adf)
v2.3.1
2.3.1 (2024-05-22)
Bug Fixes
v2.3.0
2.3.0 (2024-05-22)
Bug Fixes
- bump undici from 5.28.3 to 5.28.4 (2e3d75f)
- commitlint CJS compatibility (e303979)
- deps: bump npm from 10.5.0 to 10.8.0 (d45509f)
- deps: update dependency conventional-changelog-conventionalcommits to v8 (fae8929)
- dotnet: fix several issues in dotnet-build.ps1 (49d570f)
- maintain CJS/ES5 compatibility in dotnet/dotnetGHPR (4487733)
- make commitlintConfig default-export-only (20947bb)
- update eslint Config to actually work (53bc06d)
Features
- add 'dotnet' wrapper for dotnet/* modules (3bb3703)
- add eslintConfig (2336639)
- dotnet, node: convert static "Semantic Release Dotnet" to dynamic, exported config object (09d4202)
- dotnet: add dotnet GitHub Actions workflows (bd26d09)
- dotnet: add dotnet-build.ps1 (0961d59)
- dotnet: add global CI properties to ZipPublishDir (f21cf46)
- dotnet: add shared props, targets, and more (071cf5b)
v2.2.3
2.2.3 (2024-03-29)
Bug Fixes
- add commitlint config to package exports (db87cc8)
v2.2.2
2.2.2 (2024-03-29)
Bug Fixes
- use the correct file extension for commitlint config in files array (9f5bd5f)
v2.2.1
2.2.1 (2024-03-29)
Bug Fixes
- include commitlint config in package files (26e2888)
v2.2.0
2.2.0 (2024-03-29)
Features
- dotnet: add GitVersion 6.0 config (3784c72)
- dotnet: add global "RepoRoot", "RepoRootPublishDir", and placeholder properties (23d330a)
- dotnet: rework ZipPublishDir (618ba95)
- move commitlint config to shared file (66efb30)
Bug Fixes
- dotnet: trim variant args; undefine if parentheses would be empty (10414ff), closes #356