Skip to content

Commit

Permalink
chore: release 5.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 7, 2023
1 parent 8492f12 commit 00eca70
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "5.7.2"
".": "5.7.3"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [5.7.3](https://github.com/npm/node-semver/compare/v5.7.2...v5.7.3) (2023-12-07)

### Chores

* [`8492f12`](https://github.com/npm/node-semver/commit/8492f12f17f25adf39cd9a5c82e2535a47add5bc) [#666](https://github.com/npm/node-semver/pull/666) postinstall for dependabot template-oss PR (@lukekarrys)
* [`360888d`](https://github.com/npm/node-semver/commit/360888d722153ca3b0d53ab787bd05846ab6b6c6) [#666](https://github.com/npm/node-semver/pull/666) bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
* [`47861f5`](https://github.com/npm/node-semver/commit/47861f5756bb43903c8694d639ccfe7b57f9cc6b) [#654](https://github.com/npm/node-semver/pull/654) postinstall for dependabot template-oss PR (@lukekarrys)
* [`020601c`](https://github.com/npm/node-semver/commit/020601c891014abb240a0bddc3881fdea2ec8582) [#654](https://github.com/npm/node-semver/pull/654) bump @npmcli/template-oss from 4.19.0 to 4.20.1 (@dependabot[bot])
* [`d7654e3`](https://github.com/npm/node-semver/commit/d7654e384c6ce8dda37a988613415383a3503e6a) [#623](https://github.com/npm/node-semver/pull/623) auto publish (@lukekarrys)
* [`611eca4`](https://github.com/npm/node-semver/commit/611eca4549ed8aad1a80b064bf1fe408497c7af4) [#623](https://github.com/npm/node-semver/pull/623) postinstall for dependabot template-oss PR (@lukekarrys)
* [`869b3b4`](https://github.com/npm/node-semver/commit/869b3b4b0a4f0816c17e6dd2ab553cdf20df334d) [#623](https://github.com/npm/node-semver/pull/623) bump @npmcli/template-oss from 4.17.0 to 4.18.1 (@dependabot[bot])

## [5.7.2](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2) (2023-07-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "semver",
"version": "5.7.2",
"version": "5.7.3",
"description": "The semantic version parser used by npm.",
"main": "semver.js",
"scripts": {
Expand Down

0 comments on commit 00eca70

Please sign in to comment.