diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d06ed2b9..e790fb0a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.3.1" + ".": "6.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index de4c4b9c..827ad64f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [6.3.2](https://github.com/npm/node-semver/compare/v6.3.1...v6.3.2) (2024-04-21) + +### Chores + +* [`ee64c7f`](https://github.com/npm/node-semver/commit/ee64c7f8e2749e2152723eed6afe14cf6e500a23) [#700](https://github.com/npm/node-semver/pull/700) chore: postinstall for dependabot template-oss PR (@lukekarrys) +* [`0dfc8fa`](https://github.com/npm/node-semver/commit/0dfc8fa1f7a25eda59a70bdd484a6d78657fce3a) [#624](https://github.com/npm/node-semver/pull/624) auto publish (@lukekarrys) +* [`360be89`](https://github.com/npm/node-semver/commit/360be890c85454657a8d823223847aaa76c2e1f6) [#700](https://github.com/npm/node-semver/pull/700) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot]) +* [`bcdd8dd`](https://github.com/npm/node-semver/commit/bcdd8dd754312780128adf7894b287347cad9652) [#653](https://github.com/npm/node-semver/pull/653) postinstall for dependabot template-oss PR (@lukekarrys) + ## [6.3.1](https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1) (2023-07-10) ### Bug Fixes diff --git a/package.json b/package.json index 3d4773a7..9dc79528 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semver", - "version": "6.3.1", + "version": "6.3.2", "description": "The semantic version parser used by npm.", "main": "semver.js", "scripts": {