Skip to content

Commit 0da95a0

Browse files
committed
v1.0.4
1 parent bfa9cdb commit 0da95a0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/Changelog.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
## [Unreleased]
1212

13+
## [1.0.4] - 2020-07-11
14+
- improve function component test regex
15+
1316
## [1.0.3] - 2020-06-30
1417
- esm bundle
1518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-type-check",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Type checking utilities for React elements.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)