diff --git a/CHANGELOG.md b/CHANGELOG.md index 645d18fe..b6eb491b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.12.1](https://github.com/Automattic/newspack-popups/compare/v1.12.0...v1.12.1) (2020-09-29) + + +### Bug Fixes + +* scroll-triggered campaigns ([#236](https://github.com/Automattic/newspack-popups/issues/236)) ([79b654a](https://github.com/Automattic/newspack-popups/commit/79b654a5b83afb59dca8bf80b81e135a6e1d5fc2)) +* scroll-triggered popups ([#232](https://github.com/Automattic/newspack-popups/issues/232)) ([cff67c6](https://github.com/Automattic/newspack-popups/commit/cff67c6db04a7aafb9c092fe18f8ec499e93e0be)), closes [#217](https://github.com/Automattic/newspack-popups/issues/217) [#231](https://github.com/Automattic/newspack-popups/issues/231) + # [1.12.0](https://github.com/Automattic/newspack-popups/compare/v1.11.0...v1.12.0) (2020-09-22) diff --git a/newspack-popups.php b/newspack-popups.php index a6a8d2c5..216f79d3 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.0 + * Version: 1.12.1 * * @package Newspack_Popups */ diff --git a/package-lock.json b/package-lock.json index 4a8a2a49..e7ecdb06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "1.12.0", + "version": "1.12.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 64ba7335..4054ccd7 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "1.12.0", + "version": "1.12.1", "main": "Gruntfile.js", "author": "YOUR NAME HERE", "devDependencies": {