mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 02:16:45 +00:00
Fix build. (#11)
* Fix. * Husky commit correct node modules * update temp in installer
This commit is contained in:
parent
596a6da241
commit
c0655ddd33
22 changed files with 390 additions and 323 deletions
23
node_modules/semver/CHANGELOG.md
generated
vendored
23
node_modules/semver/CHANGELOG.md
generated
vendored
|
@ -1,5 +1,28 @@
|
|||
# changes log
|
||||
|
||||
## 6.2.0
|
||||
|
||||
* Coerce numbers to strings when passed to semver.coerce()
|
||||
* Add `rtl` option to coerce from right to left
|
||||
|
||||
## 6.1.3
|
||||
|
||||
* Handle X-ranges properly in includePrerelease mode
|
||||
|
||||
## 6.1.2
|
||||
|
||||
* Do not throw when testing invalid version strings
|
||||
|
||||
## 6.1.1
|
||||
|
||||
* Add options support for semver.coerce()
|
||||
* Handle undefined version passed to Range.test
|
||||
|
||||
## 6.1.0
|
||||
|
||||
* Add semver.compareBuild function
|
||||
* Support `*` in semver.intersects
|
||||
|
||||
## 6.0
|
||||
|
||||
* Fix `intersects` logic.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue