Skip to content

Commit

Permalink
chore(release): 12.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [12.0.1](v12.0.0...v12.0.1) (2019-07-12)

### Docs

* Fix changelog docs and update to latest dev deps 🔧 (#86) ([c870732](c870732)), closes [#86](#86)

### Fix

* Fix import and continue rule definitions ✨ (#87) ([0948beb](0948beb)), closes [#87](#87) [#70](#70) [#71](#71)
  • Loading branch information
semantic-release-bot committed Jul 12, 2019
1 parent 0948beb commit e866a11
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [12.0.1](https://github.com/crystal-ball/eslint-config-eloquence/compare/v12.0.0...v12.0.1) (2019-07-12)


### Docs

* Fix changelog docs and update to latest dev deps 🔧 (#86) ([c87073253e9cc7ca17094f93b0c9f24490972b98](https://github.com/crystal-ball/eslint-config-eloquence/commit/c87073253e9cc7ca17094f93b0c9f24490972b98)), closes [#86](https://github.com/crystal-ball/eslint-config-eloquence/issues/86)

### Fix

* Fix import and continue rule definitions ✨ (#87) ([0948beb5de9419fda13a1113c03c31d2e657203b](https://github.com/crystal-ball/eslint-config-eloquence/commit/0948beb5de9419fda13a1113c03c31d2e657203b)), closes [#87](https://github.com/crystal-ball/eslint-config-eloquence/issues/87) [#70](https://github.com/crystal-ball/eslint-config-eloquence/issues/70) [#71](https://github.com/crystal-ball/eslint-config-eloquence/issues/71)

# eslint-config-eloquence changelog

This project strictly adheres to semver and will err on the side of releasing majors when
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-eloquence",
"version": "12.0.0",
"version": "12.0.1",
"description": "Adaptive, robust, elqouent ESLint configuration",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit e866a11

Please sign in to comment.