We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e6372 commit eeea239Copy full SHA for eeea239
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [1.1.0](https://github.com/jest-community/eslint-plugin-jest-extended/compare/v1.0.0...v1.1.0) (2022-08-20)
2
+
3
4
+### Features
5
6
+* create `prefer-to-have-been-called-once` rule ([#19](https://github.com/jest-community/eslint-plugin-jest-extended/issues/19)) ([12e6372](https://github.com/jest-community/eslint-plugin-jest-extended/commit/12e6372ec54df6d768254bd528a970163a9fbc63))
7
8
# 1.0.0 (2022-08-15)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jest-extended",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "Eslint rules for Jest Extended",
"keywords": [
"jest",
0 commit comments