Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 7c797cb

Browse files
committed
chore(release): 2.0.0
1 parent 979bdfd commit 7c797cb

File tree

3 files changed

+51
-2
lines changed

3 files changed

+51
-2
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,55 @@
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/webpack-defaults/compare/v1.6.0...v2.0.0) (2018-03-26)
7+
8+
9+
### Code Refactoring
10+
11+
* Webpack Defaults 2.x merge ([#88](https://github.com/webpack-contrib/webpack-defaults/issues/88)) ([979bdfd](https://github.com/webpack-contrib/webpack-defaults/commit/979bdfd))
12+
13+
14+
### Features
15+
16+
* **tasks:** add `codecov.yml` ([#77](https://github.com/webpack-contrib/webpack-defaults/issues/77)) ([66e266b](https://github.com/webpack-contrib/webpack-defaults/commit/66e266b))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* Drops support for NodeJS 4.x
22+
23+
refactor: Use non-deprecated config type
24+
25+
- Moves to non-deprecated eslint config format
26+
27+
refactor: Prettier integration
28+
29+
- Leverages Prettier to manage code style
30+
- Migrates to eslint-config-webpack 2.x ( Prettier support)
31+
- Updates code style per the above
32+
- Adds `.prettierrc` to enforce development configs
33+
* Implements Prettier & modifies suported Eslint
34+
configuration that transfers applicable rule responsibility to Prettier
35+
36+
feat: Adds testing boilerplate
37+
- Adds contrib standard testing config
38+
39+
feat: Adds schema enforcement
40+
- Installs schema utils dependency
41+
- Creates `options.json` template
42+
- Updates build script to accommodate `options.json`
43+
44+
ci: Migrates to CircleCI 2.0 & custom build containers
45+
46+
- Migrates to CircleCI & a full continuous delivery workflow
47+
* Drops TravisCI in favor of CircleCI 2.0
48+
* Drops support for Webpack 2.x & adds 4.x support
49+
* Enforces existing commit message format
50+
in pre-commit as it's required for release automation
51+
52+
53+
554
<a name="2.0.0-rc.4"></a>
655
# [2.0.0-rc.4](https://github.com/webpack-contrib/webpack-defaults/compare/v2.0.0-rc.3...v2.0.0-rc.4) (2017-12-22)
756

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-defaults",
3-
"version": "2.0.0-rc.4",
3+
"version": "2.0.0",
44
"description": "Defaults to be shared across webpack projects",
55
"main": "dist/cjs.js",
66
"files": [

0 commit comments

Comments
 (0)