diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be437cf..133b7244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)* +- [3.3.1](#331) - [3.3.0](#330) - [3.2.3](#323) - [3.2.2](#322) @@ -27,6 +28,16 @@ - [1.0.0](#100) +## 3.3.1 + +Bugfixes: + + - README updates - npm badge and helmet image + - Bump react-side-effect to 1.1.0 + - Removing PlainComponent, replaced with NullComponent defined within Helmet.js + - Refactored code - cut lines of code and used `reduce` to simplify functions + - Replaced PlainComponent with NullComponent (now within Helmet.js) + ## 3.3.0 Features: diff --git a/package.json b/package.json index ffc23483..de5d2585 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-helmet", "description": "A document head manager for React", - "version": "3.3.0", + "version": "3.3.1", "main": "./lib/Helmet.js", "author": "NFL ", "contributors": [