eslint-plugin-kyt
Advanced tools
Comparing version 1.4.12 to 1.5.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.5.0](https://github.com/nytimes/kyt/compare/eslint-plugin-kyt@1.4.12...eslint-plugin-kyt@1.5.0) (2021-07-08) | ||
### Features | ||
* switch to React Testing Library for component testing ([#850](https://github.com/nytimes/kyt/issues/850)) ([ec89180](https://github.com/nytimes/kyt/commit/ec89180a179bfbd15b5afcd7b55233435286d798)) | ||
## [1.4.12](https://github.com/nytimes/kyt/compare/eslint-plugin-kyt@1.4.11...eslint-plugin-kyt@1.4.12) (2021-07-01) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "eslint-plugin-kyt", | ||
"version": "1.4.12", | ||
"version": "1.5.0", | ||
"description": "ESLint plugin for Vi-specific rules.", | ||
@@ -18,3 +18,3 @@ "main": "lib/index.js", | ||
"babel-preset-kyt-react": "1.3.14", | ||
"mocha": "9.0.1" | ||
"mocha": "9.0.2" | ||
}, | ||
@@ -24,3 +24,3 @@ "scripts": { | ||
}, | ||
"gitHead": "99dfa3f8ab5b8c9f4dbe09a89f349b9a9591da10" | ||
"gitHead": "54decb826e3bb9ca4c5744772c30a33484e4de40" | ||
} |
27871