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] authored and npm-cli-bot committed Apr 21, 2024
1 parent 3969129 commit 07db06d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "5.7.2"
".": "5.7.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog

## [5.7.3](https://github.com/npm/node-semver/compare/v5.7.2...v5.7.3) (2024-04-21)

### Chores

* [`d7654e3`](https://github.com/npm/node-semver/commit/d7654e384c6ce8dda37a988613415383a3503e6a) [#623](https://github.com/npm/node-semver/pull/623) auto publish (@lukekarrys)
* [`3969129`](https://github.com/npm/node-semver/commit/3969129c82cce0d1bad50a0f926d93a676536c8c) [#699](https://github.com/npm/node-semver/pull/699) postinstall for dependabot template-oss PR (@lukekarrys)
* [`9f96d5b`](https://github.com/npm/node-semver/commit/9f96d5bc47dacc2a3fdd7c971e09599256d9ad5e) [#699](https://github.com/npm/node-semver/pull/699) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@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 07db06d

Please sign in to comment.