Skip to content

Commit 9a7824c

Browse files
committed
RELEASE v2.1.2
This release contains two fixes: #38 and #36
1 parent b29c7d8 commit 9a7824c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.1.2 (07/23/2017)
2+
- [#38](https://github.com/xyc/react-inspector/issues/38) Add
3+
`HTML_TAGNAME_TEXT_TRANSFORM` theme property ( @CodyReichert )
4+
5+
## 2.1.1 (07/04/2017)
6+
- [#38](https://github.com/xyc/react-inspector/issues/35) Fix dimmed object name ( @jasonphillips )
7+
18
## 2.1.0 (06/28/2017)
29
- [#33](https://github.com/xyc/react-inspector/issues/33) Add support for CDATA nodes ( thanks @iloahz )
310

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.1",
3+
"version": "2.1.2",
44
"description": "Power of Browser DevTools inspectors right inside your React app",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)