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] authored and npm-cli-bot committed Dec 7, 2023
1 parent e23c0ab commit 6e7951c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "6.3.1"
".": "6.3.2"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## [6.3.2](https://github.com/npm/node-semver/compare/v6.3.1...v6.3.2) (2023-12-07)

### Chores

* [`e23c0ab`](https://github.com/npm/node-semver/commit/e23c0ab358943ff038f4bdb13dc6a19853bbb90d) [#668](https://github.com/npm/node-semver/pull/668) bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@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)
* [`39ffabc`](https://github.com/npm/node-semver/commit/39ffabcc2a9fc302ad267323f38e909449daec37) [#653](https://github.com/npm/node-semver/pull/653) bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot])
* [`0dfc8fa`](https://github.com/npm/node-semver/commit/0dfc8fa1f7a25eda59a70bdd484a6d78657fce3a) [#624](https://github.com/npm/node-semver/pull/624) auto publish (@lukekarrys)
* [`8618ea0`](https://github.com/npm/node-semver/commit/8618ea0c63061a206176b9c05d14518772313a6f) [#624](https://github.com/npm/node-semver/pull/624) postinstall for dependabot template-oss PR (@lukekarrys)
* [`3079a07`](https://github.com/npm/node-semver/commit/3079a0769e1a26e3547d22e7675b88d136e88ee7) [#624](https://github.com/npm/node-semver/pull/624) bump @npmcli/template-oss from 4.17.0 to 4.19.0 (@dependabot[bot])

## [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 6e7951c

Please sign in to comment.