Skip to content

Commit

Permalink
chore(release): 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2023-10-22)

### Bug Fixes

* **node:** prefix 'cjs' dir to exports' module entry points ([bf71890](bf71890))
  • Loading branch information
semantic-release-bot committed Oct 22, 2023
1 parent bf71890 commit 61856d5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.2](https://github.com/halospv3/hce.shared/compare/v1.1.1...v1.1.2) (2023-10-22)


### Bug Fixes

* **node:** prefix 'cjs' dir to exports' module entry points ([bf71890](https://github.com/halospv3/hce.shared/commit/bf7189037a5006ed589f55cd3c53d9c6f8f9d536))

## [1.1.1](https://github.com/halospv3/hce.shared/compare/v1.1.0...v1.1.1) (2023-10-19)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@halospv3/hce.shared-config",
"version": "1.1.1",
"version": "1.1.2",
"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",
Expand Down Expand Up @@ -104,4 +104,4 @@
"format": "cjs",
"platform": "node"
}
}
}

0 comments on commit 61856d5

Please sign in to comment.