diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b9f431..d4b9767a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.0.1](https://github.com/halospv3/hce.shared/compare/v2.0.0...v2.0.1) (2024-03-18) + + +### Bug Fixes + +* **deps:** update dependency @semantic-release/commit-analyzer to v12 ([87c6d12](https://github.com/halospv3/hce.shared/commit/87c6d12c3ab5243e50a0c1b0cf3dafd6c4c20ffa)) +* **dotnet:** try making the '$(RepoRoot)/publish' directory before zipping ([0241146](https://github.com/halospv3/hce.shared/commit/024114698c89f557513a61400729a609d7637bf0)) + ## [2.0.0](https://github.com/halospv3/hce.shared/compare/v1.2.7...v2.0.0) (2024-03-17) diff --git a/package-lock.json b/package-lock.json index deb7c038..683c1b21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@halospv3/hce.shared-config", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@halospv3/hce.shared-config", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "@commitlint/cli": "^19.2.0", diff --git a/package.json b/package.json index 8e4e220f..93d820e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@halospv3/hce.shared-config", - "version": "2.0.0", + "version": "2.0.1", "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.", "keywords": [ "halo",