Skip to content

Commit 2c9fba6

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 7.6.4
1 parent 868d4bb commit 2c9fba6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.6.3"
2+
".": "7.6.4"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [7.6.4](https://github.com/npm/node-semver/compare/v7.6.3...v7.6.4) (2024-12-04)
4+
### Documentation
5+
* [`868d4bb`](https://github.com/npm/node-semver/commit/868d4bbe3d318c52544f38d5f9977a1103e924c2) [#749](https://github.com/npm/node-semver/pull/749) clarify comment about obsolete prefixes (#749) (@mbtools, @ljharb)
6+
### Chores
7+
* [`145c554`](https://github.com/npm/node-semver/commit/145c554b8c7b7ecfcb451153ad18bdb2f24ad10d) [#741](https://github.com/npm/node-semver/pull/741) bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
8+
* [`0b812d5`](https://github.com/npm/node-semver/commit/0b812d5fb5fbb208e89dc1250e2efafeaa549437) [#744](https://github.com/npm/node-semver/pull/744) postinstall for dependabot template-oss PR (@hashtagchris)
9+
* [`6502a15`](https://github.com/npm/node-semver/commit/6502a15af34181b14a443d38bb75fc2d84bff0f9) [#744](https://github.com/npm/node-semver/pull/744) bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])
10+
311
## [7.6.3](https://github.com/npm/node-semver/compare/v7.6.2...v7.6.3) (2024-07-16)
412

513
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semver",
3-
"version": "7.6.3",
3+
"version": "7.6.4",
44
"description": "The semantic version parser used by npm.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)