Skip to content

Commit

Permalink
chore: release 6.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 21, 2024
1 parent ee64c7f commit dfa06b7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "6.3.1"
".": "6.3.2"
}
9 changes: 9 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit dfa06b7

Please sign in to comment.