Skip to content

Commit

Permalink
chore(release): 23.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [23.3.0](v23.2.0...v23.3.0) (2020-01-04)

### Features

* **rules:** add .concurrent support ([#498](#498)) ([#502](#502)) ([dcba5f1](dcba5f1))
  • Loading branch information
semantic-release-bot committed Jan 4, 2020
1 parent dcba5f1 commit 3b00744
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
# [23.3.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.2.0...v23.3.0) (2020-01-04)

### Features

- **rules:** add .concurrent support
([#498](https://github.com/jest-community/eslint-plugin-jest/issues/498))
([#502](https://github.com/jest-community/eslint-plugin-jest/issues/502))
([dcba5f1](https://github.com/jest-community/eslint-plugin-jest/commit/dcba5f1f1c6429a8bce2ff9aae71c02a6ffa1c2b))

# [23.2.0](https://github.com/jest-community/eslint-plugin-jest/compare/v23.1.1...v23.2.0) (2019-12-28)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest",
"version": "23.2.0",
"version": "23.3.0",
"description": "Eslint rules for Jest",
"repository": "jest-community/eslint-plugin-jest",
"license": "MIT",
Expand Down

0 comments on commit 3b00744

Please sign in to comment.