Skip to content

Commit

Permalink
15.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Jun 19, 2018
1 parent 5115f5c commit fa6fbb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## 15.6.2
* Remove the `fbjs` dependency by inlining some helpers from it ([#194](https://github.com/reactjs/prop-types/pull/194)))

## 15.6.1
* Fix an issue where outdated BSD license headers were still present in the published bundle [#162](https://github.com/facebook/prop-types/issues/162)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "prop-types",
"version": "15.6.1",
"version": "15.6.2",
"description": "Runtime type checking for React props and similar objects.",
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit fa6fbb7

Please sign in to comment.