Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 5.7.3 #660

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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