Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.0...v1.3.0) (2020-04-21)

### Bug Fixes

* dont count pageviews when initializing popup analytics ([969d3b6](969d3b6))
* prevent reporting analytics data for popup previews ([5eaec91](5eaec91))

### Features

* add class to pop-up if display title is enabled ([#98](#98)) ([ee37d73](ee37d73))
  • Loading branch information
semantic-release-bot committed Apr 21, 2020
1 parent 8f33c41 commit 10a0702
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.3.0](https://github.com/Automattic/newspack-popups/compare/v1.2.0...v1.3.0) (2020-04-21)


### Bug Fixes

* dont count pageviews when initializing popup analytics ([969d3b6](https://github.com/Automattic/newspack-popups/commit/969d3b6c4b1e7d23ea49a02d25f49bfbbef61f85))
* prevent reporting analytics data for popup previews ([5eaec91](https://github.com/Automattic/newspack-popups/commit/5eaec9147eac9f3a5cc12c62ee3f05ddff061de7))


### Features

* add class to pop-up if display title is enabled ([#98](https://github.com/Automattic/newspack-popups/issues/98)) ([ee37d73](https://github.com/Automattic/newspack-popups/commit/ee37d7379c92fd0b40d5ca6bec2505940c673e73))

# [1.2.0](https://github.com/Automattic/newspack-popups/compare/v1.1.1...v1.2.0) (2020-04-01)


Expand Down
2 changes: 1 addition & 1 deletion newspack-popups.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://newspack.block
* Text Domain: newspack-popups
* Domain Path: /languages
* Version: 1.2.0
* Version: 1.3.0
*
* @package Newspack_Popups
*/
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newspack-popups",
"version": "1.2.0",
"version": "1.3.0",
"main": "Gruntfile.js",
"author": "YOUR NAME HERE",
"devDependencies": {
Expand Down

0 comments on commit 10a0702

Please sign in to comment.