Skip to content

Commit

Permalink
chore(release): 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Jun 12, 2017
1 parent 74b078b commit df2559c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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="1.2.4"></a>
## [1.2.4](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.2.3...v1.2.4) (2017-06-12)


### Bug Fixes

* Allow eslint 4.x via peerDep ([74b078b](https://github.com/webpack-contrib/eslint-config-webpack/commit/74b078b))



<a name="1.2.3"></a>
## [1.2.3](https://github.com/webpack-contrib/eslint-config-webpack/compare/v1.2.2...v1.2.3) (2017-05-08)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-webpack",
"version": "1.2.3",
"version": "1.2.4",
"description": "Provides Webpacks's .eslintrc as an extensible shared config",
"main": "index.js",
"files": [
Expand Down

0 comments on commit df2559c

Please sign in to comment.