We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa9cdb commit 0da95a0Copy full SHA for 0da95a0
docs/Changelog.mdx
@@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
11
## [Unreleased]
12
13
+## [1.0.4] - 2020-07-11
14
+- improve function component test regex
15
+
16
## [1.0.3] - 2020-06-30
17
- esm bundle
18
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-type-check",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "Type checking utilities for React elements.",
5
"main": "./dist/index.js",
6
"types": "./dist/index.d.ts",
0 commit comments