Skip to content

Commit

Permalink
chore(release): 22.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [22.2.0](v22.1.3...v22.2.0) (2019-01-29)

### Features

* **rules:** add prefer-todo rule ([#218](#218)) ([0933d82](0933d82)), closes [#217](#217)
  • Loading branch information
semantic-release-bot committed Jan 29, 2019
1 parent 0933d82 commit 13b7c98
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,6 @@
# [22.2.0](https://github.com/jest-community/eslint-plugin-jest/compare/v22.1.3...v22.2.0) (2019-01-29)


### Features

* **rules:** add prefer-todo rule ([#218](https://github.com/jest-community/eslint-plugin-jest/issues/218)) ([0933d82](https://github.com/jest-community/eslint-plugin-jest/commit/0933d82)), closes [#217](https://github.com/jest-community/eslint-plugin-jest/issues/217)
10 changes: 9 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
"version": "0.0.0-development",
"version": "22.2.0",
"description": "Eslint rules for Jest",
"repository": "jest-community/eslint-plugin-jest",
"license": "MIT",
Expand Down Expand Up @@ -103,5 +103,13 @@
"@semantic-release/npm",
"@semantic-release/git"
]
},
"dependencies": {
"@semantic-release/changelog": "^3",
"@semantic-release/commit-analyzer": "^6",
"@semantic-release/git": "^7",
"@semantic-release/npm": "^5",
"@semantic-release/release-notes-generator": "^7",
"semantic-release": "15"
}
}

0 comments on commit 13b7c98

Please sign in to comment.