mirror of
https://github.com/actions/labeler.git
synced 2026-01-02 01:27:19 +08:00
build
This commit is contained in:
29
node_modules/json5/CHANGELOG.md
generated
vendored
29
node_modules/json5/CHANGELOG.md
generated
vendored
@@ -1,3 +1,29 @@
|
||||
### v2.1.3 [[code][c2.1.3], [diff][d2.1.3]]
|
||||
|
||||
[c2.1.3]: https://github.com/json5/json5/tree/v2.1.3
|
||||
[d2.1.3]: https://github.com/json5/json5/compare/v2.1.2...v2.1.3
|
||||
|
||||
- Fix: An out of memory bug when parsing numbers has been fixed. ([#228],
|
||||
[#229])
|
||||
|
||||
### v2.1.2 [[code][c2.1.2], [diff][d2.1.2]]
|
||||
|
||||
[c2.1.2]: https://github.com/json5/json5/tree/v2.1.2
|
||||
[d2.1.2]: https://github.com/json5/json5/compare/v2.1.1...v2.1.2
|
||||
|
||||
- Fix: Bump `minimist` to `v1.2.5`. ([#222])
|
||||
|
||||
### v2.1.1 [[code][c2.1.1], [diff][d2.1.1]]
|
||||
|
||||
[c2.1.1]: https://github.com/json5/json5/tree/v2.1.1
|
||||
[d2.1.1]: https://github.com/json5/json5/compare/v2.0.1...v2.1.1
|
||||
|
||||
- New: `package.json` and `package.json5` include a `module` property so
|
||||
bundlers like webpack, rollup and parcel can take advantage of the ES Module
|
||||
build. ([#208])
|
||||
- Fix: `stringify` outputs `\0` as `\\x00` when followed by a digit. ([#210])
|
||||
- Fix: Spelling mistakes have been fixed. ([#196])
|
||||
|
||||
### v2.1.0 [[code][c2.1.0], [diff][d2.1.0]]
|
||||
|
||||
[c2.1.0]: https://github.com/json5/json5/tree/v2.1.0
|
||||
@@ -313,3 +339,6 @@ parser for the regular JSON format.
|
||||
[#181]: https://github.com/json5/json5/issues/181
|
||||
[#182]: https://github.com/json5/json5/issues/182
|
||||
[#187]: https://github.com/json5/json5/issues/187
|
||||
[#196]: https://github.com/json5/json5/issues/196
|
||||
[#208]: https://github.com/json5/json5/issues/208
|
||||
[#210]: https://github.com/json5/json5/issues/210
|
||||
|
||||
Reference in New Issue
Block a user