Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 48eb8fa

Browse files
committed
v15.7.1
1 parent 672ff96 commit 48eb8fa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 15.7.1
2+
* [Fix] avoid template literal syntax ([#255](https://github.com/facebook/prop-types/issues/255), [#254](https://github.com/facebook/prop-types/issues/254))
3+
14
## 15.7.0
25
* [New] Add `.elementType` ([#211](https://github.com/facebook/prop-types/pull/211))
36
* [New] add `PropTypes.resetWarningCache` ([#178](https://github.com/facebook/prop-types/pull/178))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prop-types",
3-
"version": "15.7.0",
3+
"version": "15.7.1",
44
"description": "Runtime type checking for React props and similar objects.",
55
"main": "index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)