Skip to content

Commit d4e7c1d

Browse files
committed
Release 3.3.1
1 parent 042b38d commit d4e7c1d

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
44

5+
- [3.3.1](#331)
56
- [3.3.0](#330)
67
- [3.2.3](#323)
78
- [3.2.2](#322)
@@ -27,6 +28,16 @@
2728
- [1.0.0](#100)
2829

2930
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
31+
## 3.3.1
32+
33+
Bugfixes:
34+
35+
- README updates - npm badge and helmet image
36+
- Bump react-side-effect to 1.1.0
37+
- Removing PlainComponent, replaced with NullComponent defined within Helmet.js
38+
- Refactored code - cut lines of code and used `reduce` to simplify functions
39+
- Replaced PlainComponent with NullComponent (now within Helmet.js)
40+
3041
## 3.3.0
3142

3243
Features:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-helmet",
33
"description": "A document head manager for React",
4-
"version": "3.3.0",
4+
"version": "3.3.1",
55
"main": "./lib/Helmet.js",
66
"author": "NFL <engineers@nfl.com>",
77
"contributors": [

0 commit comments

Comments
 (0)