Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
levibuzolic committed Apr 4, 2019
1 parent 8aa4a16 commit 13c5cbe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# v2.2.0

* Added rule for catching `.only` blocks for `serial` - #9 @IevgenRagulin

# v2.1.0

* Added rule for catching `.only` blocks for `fixture` - #8 Thanks @roughy
* Added rule for catching `.only` blocks for `fixture` - #8 @roughy

# v2.0.1

* Fixed major bug where rule would cause errors for objects with key `only` - #7 Thanks @bendemboski
* Fixed major bug where rule would cause errors for objects with key `only` - #7 @bendemboski

# v2.0.0

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-plugin-no-only-tests",
"version": "2.1.0",
"version": "2.2.0",
"description": "ESLint rule for .only blocks in mocha tests",
"keywords": [
"eslint",
Expand Down

0 comments on commit 13c5cbe

Please sign in to comment.