Skip to content

Commit

Permalink
chore(release): 2.2.2 [skip ci]
Browse files Browse the repository at this point in the history
<a name="2.2.2"></a>
## [2.2.2](v2.2.1...v2.2.2) (2018-04-03)

### Bug Fixes

* **packages:** update eslint and peerDependencies ([48e960d](48e960d)), closes [#38](#38)
  • Loading branch information
mi11er-code-bot committed Apr 3, 2018
1 parent 0d4b2b4 commit de34b17
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="2.2.2"></a>
## [2.2.2](https://github.com/mi11er-net/eslint-config/compare/v2.2.1...v2.2.2) (2018-04-03)


### Bug Fixes

* **packages:** update eslint and peerDependencies ([48e960d](https://github.com/mi11er-net/eslint-config/commit/48e960d)), closes [#38](https://github.com/mi11er-net/eslint-config/issues/38)

<a name="2.2.1"></a>
## [2.2.1](https://github.com/mi11er-net/eslint-config/compare/v2.2.0...v2.2.1) (2018-03-17)

Expand Down
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "@mi11er/eslint-config",
"version": "2.2.1",
"description":
"@mi11er/eslint-config combines various plugins and rulesets for use in mi11er.net projects",
"keywords": ["eslint", "eslint-config"],
"version": "2.2.2",
"description": "@mi11er/eslint-config combines various plugins and rulesets for use in mi11er.net projects",
"keywords": [
"eslint",
"eslint-config"
],
"homepage": "https://github.com/mi11er-net/eslint-config",
"bugs": {
"url": "https://github.com/mi11er-net/eslint-config/issues"
Expand Down Expand Up @@ -93,7 +95,9 @@
},
{
"path": "@semantic-release/git",
"assets": ["**"]
"assets": [
"**"
]
}
],
"publish": [
Expand Down

0 comments on commit de34b17

Please sign in to comment.