Skip to content

Commit cb1f77e

Browse files
authored
(release) 1.1.0 (nfl#63)
* (release) 1.1.0 * (fix) typo
1 parent 7687ee9 commit cb1f77e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="1.1.0"></a>
2+
3+
## [1.1.0](https://github.com/nfl/react-gpt/compare/v1.0.1...v1.1.0) (2017-11-08)
4+
5+
### Bug Fixes
6+
7+
* Fixed bug in example Router project ([7687ee9](https://github.com/nfl/react-gpt/commit/7687ee9))
8+
9+
### Code Refactoring
10+
11+
* Updated to support React 16 and unit tests refactored for React 16 ([84264e7](https://github.com/nfl/react-gpt/commit/84264e7))
12+
113
<a name="1.0.1"></a>
214

315
## [1.0.1](https://github.com/nfl/react-gpt/compare/v1.0.0...v1.0.1) (2017-09-19)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-gpt",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "A react display ad component using Google Publisher Tag",
55
"main": "lib/index.js",
66
"jsnext:main": "es/index.js",

0 commit comments

Comments
 (0)