Skip to content

Commit 7481c4d

Browse files
authored
Merge pull request #39 from nfl/feature/0.2.5
Feature/0.2.5: Version bump to 0.2.5
2 parents 8b7a570 + c67639e commit 7481c4d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.2.5"></a>
2+
## [0.2.5](https://github.com/nfl/react-gpt/compare/v0.2.4...v0.2.5) (2017-07-31)
3+
4+
### Bug Fixes
5+
6+
* Add yarn.lock ([b7c7c50](https://github.com/nfl/react-gpt/commit/b7c7c50))
7+
* Import PropTypes from prop-types package ([34b61be](https://github.com/nfl/react-gpt/commit/34b61be))
8+
* Move MockGPT out of distribution files ([775fe26](https://github.com/nfl/react-gpt/commit/775fe26))
9+
* Import ReactTestUtils from test-utils ([75e74f6](https://github.com/nfl/react-gpt/commit/75e74f6))
10+
111
<a name="0.2.4"></a>
212
## [0.2.4](https://github.com/nfl/react-gpt/compare/v0.2.3...v0.2.4) (2017-03-23)
313

@@ -7,7 +17,6 @@
717
* more gracefully handle adSlot becoming empty object due to AdBlocker ([7f9a989](https://github.com/nfl/react-gpt/commit/7f9a989))
818

919

10-
1120
<a name="0.2.3"></a>
1221
## [0.2.3](https://github.com/nfl/react-gpt/compare/v0.2.2...v0.2.3) (2017-02-21)
1322

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": "0.2.4",
3+
"version": "0.2.5",
44
"description": "A react display ad component using Google Publisher Tag",
55
"main": "lib/index.js",
66
"contributors": [

0 commit comments

Comments
 (0)