From 48eb8faef9d70a1474bb31f03a2f3af802d154a4 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 10 Feb 2019 19:55:32 -0800 Subject: [PATCH] v15.7.1 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ee4573..cb0eb6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 8d6f8e7..9da9cdc 100644 --- a/package.json +++ b/package.json @@ -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",