Skip to content

Commit 9f5f615

Browse files
committed
changelog
1 parent ce6190e commit 9f5f615

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# changes log
22

3+
## 6.2.0
4+
5+
* Coerce numbers to strings when passed to semver.coerce()
6+
* Add `rtl` option to coerce from right to left
7+
8+
## 6.1.3
9+
10+
* Handle X-ranges properly in includePrerelease mode
11+
12+
## 6.1.2
13+
14+
* Do not throw when testing invalid version strings
15+
16+
## 6.1.1
17+
18+
* Add options support for semver.coerce()
19+
* Handle undefined version passed to Range.test
20+
21+
## 6.1.0
22+
23+
* Add semver.compareBuild function
24+
* Support `*` in semver.intersects
25+
326
## 6.0
427

528
* Fix `intersects` logic.

0 commit comments

Comments
 (0)