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

Commit 70330a4

Browse files
committed
v15.8.1
1 parent 044efd7 commit 70330a4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 15.8.1
2+
* [Fix] fix crash when a custom propType return lacks `.data`; call `hasOwnProperty` properly (#370)
3+
* [meta] Fix formatting in CHANGELOG.md (#367)
4+
* [Tests] add missing test coverage (#370)
5+
* [Tests] convert normal `it` functions to arrow functions (#370)
6+
* [Tests] do not fail fast; add react 17 (#366)
7+
* [Dev Deps] update `eslint`
8+
19
## 15.8.0
210
* [New] add `PropTypes.bigint` (#365)
311
* [New] `oneOfType`: Add expected types to warning (#198)

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.8.0",
3+
"version": "15.8.1",
44
"description": "Runtime type checking for React props and similar objects.",
55
"sideEffects": false,
66
"main": "index.js",

0 commit comments

Comments
 (0)