Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-08-15)

### Features

* bunch of updates ([#5](#5)) ([8e45c68](8e45c68))
* create `prefer-to-be-array` rule ([9bd067c](9bd067c))
* create `prefer-to-be-false` rule ([b35e45c](b35e45c))
* create `prefer-to-be-object` rule ([676de1d](676de1d))
* create `prefer-to-be-true` rule ([22f8093](22f8093))
* initial commit ([3ed88c4](3ed88c4))
  • Loading branch information
semantic-release-bot committed Aug 15, 2022
1 parent f65d064 commit eaf93c7
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
@@ -0,0 +1,11 @@
# 1.0.0 (2022-08-15)


### Features

* bunch of updates ([#5](https://github.com/jest-community/eslint-plugin-jest-extended/issues/5)) ([8e45c68](https://github.com/jest-community/eslint-plugin-jest-extended/commit/8e45c682b7c287f2180b03c4e903288a69c32711))
* create `prefer-to-be-array` rule ([9bd067c](https://github.com/jest-community/eslint-plugin-jest-extended/commit/9bd067ccc37d7651f812782bde785868c9cadfb4))
* create `prefer-to-be-false` rule ([b35e45c](https://github.com/jest-community/eslint-plugin-jest-extended/commit/b35e45c23cb2aa660034ac49b5082c61f34de758))
* create `prefer-to-be-object` rule ([676de1d](https://github.com/jest-community/eslint-plugin-jest-extended/commit/676de1d77ba19430d96f5df93ce8f3a548c6acfe))
* create `prefer-to-be-true` rule ([22f8093](https://github.com/jest-community/eslint-plugin-jest-extended/commit/22f8093136c30212498b8a347891f1cff995003b))
* initial commit ([3ed88c4](https://github.com/jest-community/eslint-plugin-jest-extended/commit/3ed88c4699d2ef82780183bae00560282a3f1916))
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-jest-extended",
"version": "0.0.0",
"version": "1.0.0",
"description": "Eslint rules for Jest Extended",
"keywords": [
"jest",
Expand Down

0 comments on commit eaf93c7

Please sign in to comment.