From cc60cdb5f839960435f8d30fdbbbd3f297431d74 Mon Sep 17 00:00:00 2001 From: vvo Date: Fri, 16 Oct 2015 22:56:19 +0200 Subject: [PATCH] 2.0.4 --- CHANGELOG.md | 10 ++++++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd3ac4ae3..3731b2ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [2.0.4](https://github.com/algolia/react-element-to-jsx-string/compare/v2.0.3...v2.0.4) (2015-10-16) + + +### Bug Fixes + +* **tagName:** fixed an edge-case with decorated component name ([9169ac7](https://github.com/algolia/react-element-to-jsx-string/commit/9169ac7)) + + + ## [2.0.3](https://github.com/algolia/react-element-to-jsx-string/compare/v2.0.2...v2.0.3) (2015-10-16) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 4a645b959..6dea5ff98 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "react-element-to-jsx-string", - "version": "2.0.3", + "version": "2.0.4", "dependencies": { "babel": { "version": "5.8.23", diff --git a/package.json b/package.json index 56171c483..e100fe9eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-element-to-jsx-string", - "version": "2.0.3", + "version": "2.0.4", "description": "Turn a ReactElement into the corresponding JSX string.", "main": "index-dist.js", "scripts": {