diff --git a/CHANGELOG.md b/CHANGELOG.md index 97280a02..d35a8b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.20.0](https://github.com/Automattic/newspack-popups/compare/v1.19.0...v1.20.0) (2020-12-08) + + +### Bug Fixes + +* do create config file on the atomic platform ([14120a8](https://github.com/Automattic/newspack-popups/commit/14120a8d677dea5912cc0a6224d0de5f623aae89)) + + +### Features + +* move custom GA config endpoint to lightweight API ([326fb10](https://github.com/Automattic/newspack-popups/commit/326fb103d0eb9f05321c5598eac47ced378dcc34)) + # [1.19.0](https://github.com/Automattic/newspack-popups/compare/v1.18.0...v1.19.0) (2020-12-02) diff --git a/newspack-popups.php b/newspack-popups.php index 4fce18b3..664c07dc 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.19.0 + * Version: 1.20.0 * * @package Newspack_Popups */ diff --git a/package-lock.json b/package-lock.json index 2dd01849..64241cfe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "1.19.0", + "version": "1.20.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 51c6e68e..85d0b1aa 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "1.19.0", + "version": "1.20.0", "main": "Gruntfile.js", "author": "YOUR NAME HERE", "devDependencies": {