diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a17de64..10e1a029 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [2.20.0](https://github.com/Automattic/newspack-popups/compare/v2.19.0...v2.20.0) (2023-06-19) + + +### Bug Fixes + +* attempt to create config file on every host ([#1121](https://github.com/Automattic/newspack-popups/issues/1121)) ([8ba33b7](https://github.com/Automattic/newspack-popups/commit/8ba33b733889068b709b5179beb3cc180901b9ad)) +* escape value when creating config file ([#1123](https://github.com/Automattic/newspack-popups/issues/1123)) ([53232e5](https://github.com/Automattic/newspack-popups/commit/53232e5c431c0628bb0cca421277f2cb7faf8189)) + + +### Features + +* **ras:** add segmentation support for NRH donations ([#1124](https://github.com/Automattic/newspack-popups/issues/1124)) ([d2b0ca8](https://github.com/Automattic/newspack-popups/commit/d2b0ca8fa9d35c610f616af334fa555c425f421d)) + # [2.20.0-alpha.1](https://github.com/Automattic/newspack-popups/compare/v2.19.0...v2.20.0-alpha.1) (2023-06-15) diff --git a/newspack-popups.php b/newspack-popups.php index f62bb65f..6d3256aa 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: 2.20.0-alpha.1 + * Version: 2.20.0 * * @package Newspack_Popups */ diff --git a/package-lock.json b/package-lock.json index 2bbb9399..476c2d1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-popups", - "version": "2.20.0-alpha.1", + "version": "2.20.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-popups", - "version": "2.20.0-alpha.1", + "version": "2.20.0", "dependencies": { "classnames": "^2.3.2", "intersection-observer": "^0.12.2", diff --git a/package.json b/package.json index b784d83f..fd541711 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "2.20.0-alpha.1", + "version": "2.20.0", "main": "Gruntfile.js", "author": "Automattic", "scripts": {