Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Mar 26, 2018
1 parent 979bdfd commit 7c797cb
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 2 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,55 @@

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.

<a name="2.0.0"></a>
# [2.0.0](https://github.com/webpack-contrib/webpack-defaults/compare/v1.6.0...v2.0.0) (2018-03-26)


### Code Refactoring

* 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))


### Features

* **tasks:** add `codecov.yml` ([#77](https://github.com/webpack-contrib/webpack-defaults/issues/77)) ([66e266b](https://github.com/webpack-contrib/webpack-defaults/commit/66e266b))


### BREAKING CHANGES

* Drops support for NodeJS 4.x

refactor: Use non-deprecated config type

- Moves to non-deprecated eslint config format

refactor: Prettier integration

- Leverages Prettier to manage code style
- Migrates to eslint-config-webpack 2.x ( Prettier support)
- Updates code style per the above
- Adds `.prettierrc` to enforce development configs
* Implements Prettier & modifies suported Eslint
configuration that transfers applicable rule responsibility to Prettier

feat: Adds testing boilerplate
- Adds contrib standard testing config

feat: Adds schema enforcement
- Installs schema utils dependency
- Creates `options.json` template
- Updates build script to accommodate `options.json`

ci: Migrates to CircleCI 2.0 & custom build containers

- Migrates to CircleCI & a full continuous delivery workflow
* Drops TravisCI in favor of CircleCI 2.0
* Drops support for Webpack 2.x & adds 4.x support
* Enforces existing commit message format
in pre-commit as it's required for release automation



<a name="2.0.0-rc.4"></a>
# [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)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-defaults",
"version": "2.0.0-rc.4",
"version": "2.0.0",
"description": "Defaults to be shared across webpack projects",
"main": "dist/cjs.js",
"files": [
Expand Down

0 comments on commit 7c797cb

Please sign in to comment.