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

Commit ebb370d

Browse files
committed
chore(release): 2.0.0-beta.0
1 parent e80d3fe commit ebb370d

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Change Log
2+
3+
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.
4+
5+
<a name="2.0.0-beta.0"></a>
6+
# [2.0.0-beta.0](https://github.com/webpack-contrib/json5-loader/compare/v1.0.1...v2.0.0-beta.0) (2017-05-01)
7+
8+
9+
### Code Refactoring
10+
11+
* apply webpack defaults ([#21](https://github.com/webpack-contrib/json5-loader/issues/21)) ([688b7a2](https://github.com/webpack-contrib/json5-loader/commit/688b7a2))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Enforces a minimum NodeJS version of `4.3` via engines
17+
18+
19+
120
# Change Log
221

322
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.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json5-loader",
3-
"version": "1.0.1",
3+
"version": "2.0.0-beta.0",
44
"author": "Tobias Koppers @sokra",
55
"description": "json5 loader module for webpack",
66
"main": "dist/cjs.js",
@@ -70,4 +70,4 @@
7070
"git add"
7171
]
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)