Skip to content

Commit eaf93c7

Browse files
chore(release): 1.0.0 [skip ci]
# 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))
1 parent f65d064 commit eaf93c7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 1.0.0 (2022-08-15)
2+
3+
4+
### Features
5+
6+
* 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))
7+
* create `prefer-to-be-array` rule ([9bd067c](https://github.com/jest-community/eslint-plugin-jest-extended/commit/9bd067ccc37d7651f812782bde785868c9cadfb4))
8+
* create `prefer-to-be-false` rule ([b35e45c](https://github.com/jest-community/eslint-plugin-jest-extended/commit/b35e45c23cb2aa660034ac49b5082c61f34de758))
9+
* create `prefer-to-be-object` rule ([676de1d](https://github.com/jest-community/eslint-plugin-jest-extended/commit/676de1d77ba19430d96f5df93ce8f3a548c6acfe))
10+
* create `prefer-to-be-true` rule ([22f8093](https://github.com/jest-community/eslint-plugin-jest-extended/commit/22f8093136c30212498b8a347891f1cff995003b))
11+
* initial commit ([3ed88c4](https://github.com/jest-community/eslint-plugin-jest-extended/commit/3ed88c4699d2ef82780183bae00560282a3f1916))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jest-extended",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Eslint rules for Jest Extended",
55
"keywords": [
66
"jest",

0 commit comments

Comments
 (0)