Skip to content

Commit

Permalink
RELEASE v2.1.3
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
CodyReichert committed Jul 23, 2017
1 parent 9a7824c commit d12b40b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.3 (07/23/2017)
- v2.1.2 was incorrectly published and did not contain the new
changes. v2.1.3 contains #38

## 2.1.2 (07/23/2017)
- [#38](https://github.com/xyc/react-inspector/issues/38) Add
`HTML_TAGNAME_TEXT_TRANSFORM` theme property ( @CodyReichert )
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-inspector",
"version": "2.1.2",
"version": "2.1.3",
"description": "Power of Browser DevTools inspectors right inside your React app",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit d12b40b

Please sign in to comment.