Skip to content

Commit

Permalink
docs: changelog 5.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cwelch5 committed May 18, 2017
1 parent d9d97ad commit 07851a6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="5.1.3"></a>
## [5.1.3](https://github.com/nfl/react-helmet/compare/5.0.3...v5.1.3) (2017-05-18)


### Bug Fixes

* Add support for renderable Arrays of strings ([#275](https://github.com/nfl/react-helmet/issues/275)) ([aad5457](https://github.com/nfl/react-helmet/commit/aad5457)), closes [#272](https://github.com/nfl/react-helmet/issues/272)



<a name="5.0.3"></a>
## [5.0.3](https://github.com/nfl/react-helmet/compare/5.0.2...v5.0.3) (2017-04-10)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ function HTML () {
<body className="root" />

{/* title attributes and value */}
<title itemProp="name" lang="en">My Title</title>
<title itemProp="name" lang="en">My Plain Title or {`dynamic`} title</title>

{/* base element */}
<base target="_blank" href="http://mysite.com/" />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-helmet",
"description": "A document head manager for React",
"version": "5.0.3",
"version": "5.1.3",
"main": "./lib/Helmet.js",
"author": "NFL <[email protected]>",
"contributors": [
Expand Down

0 comments on commit 07851a6

Please sign in to comment.