Skip to content

Commit

Permalink
build: 1.14.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Feb 25, 2020
1 parent d2d53b6 commit b9a94dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.14.0 (2020-02-25)

* fix: remove `unicorn/escape-case`, enable `jest/prefer-todo` (#50) ([d2d53b6](https://github.com/readmeio/eslint-config/commit/d2d53b6)), closes [#50](https://github.com/readmeio/eslint-config/issues/50)
* chore(deps): bump eslint-plugin-jest from 23.7.0 to 23.8.0 (#49) ([714778c](https://github.com/readmeio/eslint-config/commit/714778c)), closes [#49](https://github.com/readmeio/eslint-config/issues/49)



## 1.13.0 (2020-02-17)

* feat: enabling `unicorn/no-unsafe-regex` ([5a7e1b6](https://github.com/readmeio/eslint-config/commit/5a7e1b6))
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": "@readme/eslint-config",
"version": "1.13.0",
"version": "1.14.0",
"description": "ReadMe coding standards",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b9a94dc

Please sign in to comment.