Skip to content

Commit

Permalink
chore: release 7.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Feb 7, 2024
1 parent ac9b357 commit 7bfacf1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "7.6.0"
".": "7.6.1"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## [7.6.1](https://github.com/npm/node-semver/compare/v7.6.0...v7.6.1) (2024-02-07)

### Bug Fixes

* [`ac9b357`](https://github.com/npm/node-semver/commit/ac9b35769ab0ddfefd5a3af4a3ecaf3da2012352) [#682](https://github.com/npm/node-semver/pull/682) typo in compareBuild debug message (#682) (@mbtools)

## [7.6.0](https://github.com/npm/node-semver/compare/v7.5.4...v7.6.0) (2024-01-31)

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

0 comments on commit 7bfacf1

Please sign in to comment.