Skip to content

Commit 44d27bc

Browse files
github-actions[bot]lukekarrys
authored andcommitted
chore: release 6.3.1
1 parent 928e56d commit 44d27bc

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [6.3.1](https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1) (2023-07-10)
4+
5+
### Bug Fixes
6+
7+
* [`928e56d`](https://github.com/npm/node-semver/commit/928e56d21150da0413a3333a3148b20e741a920c) [#591](https://github.com/npm/node-semver/pull/591) better handling of whitespace (#591) (@lukekarrys, @joaomoreno, @nicolo-ribaudo)
8+
39
## 6.2.0
410

511
* Coerce numbers to strings when passed to semver.coerce()

package.json

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

0 commit comments

Comments
 (0)