Skip to content
This repository was archived by the owner on Dec 22, 2020. It is now read-only.

Commit 9095862

Browse files
chore(release): 2.0.0
1 parent c92e01f commit 9095862

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="2.0.0"></a>
6+
# [2.0.0](https://github.com/webpack-contrib/json5-loader/compare/v2.0.0-beta.0...v2.0.0) (2019-03-22)
7+
8+
### Features
9+
10+
* update `json5` to `2.1.0` version
11+
* use `JSON5.stringify` for output
12+
13+
14+
### Bug Fixes
15+
16+
* avoid swallowing JSON5 error output ([#34](https://github.com/webpack-contrib/json5-loader/issues/34)) ([d050827](https://github.com/webpack-contrib/json5-loader/commit/d050827))
17+
* support for `Infinity` && `NaN` ([#26](https://github.com/webpack-contrib/json5-loader/issues/26)) ([5a8ca43](https://github.com/webpack-contrib/json5-loader/commit/5a8ca43))
18+
* fix output `\u2028\u2029` characters
19+
20+
### BREAKING CHANGES
21+
22+
* drop support for webpack < 4
23+
* drop support for node < 6.9
24+
* update `json5` to `2.1.0` version
25+
* use `JSON5.stringify` for output
26+
27+
28+
529
<a name="2.0.0-beta.0"></a>
630
# [2.0.0-beta.0](https://github.com/webpack-contrib/json5-loader/compare/v1.0.1...v2.0.0-beta.0) (2017-05-01)
731

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json5-loader",
3-
"version": "2.0.0-beta.0",
3+
"version": "2.0.0",
44
"description": "json5 loader module for webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/json5-loader",

0 commit comments

Comments
 (0)