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

Commit abf3f8c

Browse files
committed
v15.6.0
1 parent 01634d9 commit abf3f8c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 15.6.0
2+
3+
* Add PropTypes.exact, like PropTypes.shape but warns on extra object keys. ([@thejameskyle](https://github.com/thejameskyle) and [@aweary](https://github.com/aweary) in [#41](https://github.com/reactjs/prop-types/pull/41) and [#87](https://github.com/reactjs/prop-types/pull/87))
4+
15
## 15.5.10
26

37
* Fix a false positive warning when using a production UMD build of a third-party library with a DEV version of React. ([@gaearon](https://github.com/gaearon) in [#50](https://github.com/reactjs/prop-types/pull/50))

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.5.10",
3+
"version": "15.6.0",
44
"description": "Runtime type checking for React props and similar objects.",
55
"main": "index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)