Skip to content

Commit d12b40b

Browse files
committed
RELEASE v2.1.3
v2.1.2 was incorrectly published and did not contain the new changes it was supposed to release. This just bumps the minor version again and releases v2.1.3 with all the updated changes.
1 parent 9a7824c commit d12b40b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.3 (07/23/2017)
2+
- v2.1.2 was incorrectly published and did not contain the new
3+
changes. v2.1.3 contains #38
4+
15
## 2.1.2 (07/23/2017)
26
- [#38](https://github.com/xyc/react-inspector/issues/38) Add
37
`HTML_TAGNAME_TEXT_TRANSFORM` theme property ( @CodyReichert )

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-inspector",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "Power of Browser DevTools inspectors right inside your React app",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)