diff --git a/CHANGELOG.md b/CHANGELOG.md index b6eb491b..595cdff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.12.2](https://github.com/Automattic/newspack-popups/compare/v1.12.1...v1.12.2) (2020-09-30) + + +### Bug Fixes + +* scroll-triggered popups on non-AMP pages ([6b55e13](https://github.com/Automattic/newspack-popups/commit/6b55e1360aeb0c3d9896917cf10c39904ee29fac)) + ## [1.12.1](https://github.com/Automattic/newspack-popups/compare/v1.12.0...v1.12.1) (2020-09-29) diff --git a/newspack-popups.php b/newspack-popups.php index 216f79d3..ae2c4176 100755 --- a/newspack-popups.php +++ b/newspack-popups.php @@ -7,7 +7,7 @@ * Author URI: https://newspack.blog * Text Domain: newspack-popups * Domain Path: /languages - * Version: 1.12.1 + * Version: 1.12.2 * * @package Newspack_Popups */ diff --git a/package-lock.json b/package-lock.json index e7ecdb06..d83e6b56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "1.12.1", + "version": "1.12.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4054ccd7..a9bc4c9a 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "1.12.1", + "version": "1.12.2", "main": "Gruntfile.js", "author": "YOUR NAME HERE", "devDependencies": {