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

Commit

Permalink
v15.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 11, 2019
1 parent 672ff96 commit 48eb8fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 15.7.1
* [Fix] avoid template literal syntax ([#255](https://github.com/facebook/prop-types/issues/255), [#254](https://github.com/facebook/prop-types/issues/254))

## 15.7.0
* [New] Add `.elementType` ([#211](https://github.com/facebook/prop-types/pull/211))
* [New] add `PropTypes.resetWarningCache` ([#178](https://github.com/facebook/prop-types/pull/178))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prop-types",
"version": "15.7.0",
"version": "15.7.1",
"description": "Runtime type checking for React props and similar objects.",
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit 48eb8fa

Please sign in to comment.