diff --git a/CHANGELOG.md b/CHANGELOG.md index e2706026..dd986cd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.23.0-alpha.2](https://github.com/Automattic/newspack-popups/compare/v2.23.0-alpha.1...v2.23.0-alpha.2) (2023-08-18) + + +### Bug Fixes + +* include missing file ([#1194](https://github.com/Automattic/newspack-popups/issues/1194)) ([d5fe344](https://github.com/Automattic/newspack-popups/commit/d5fe34425340b04c459d6f5a6f2ad5c7740ac12b)) + # [2.23.0-alpha.1](https://github.com/Automattic/newspack-popups/compare/v2.22.0...v2.23.0-alpha.1) (2023-08-17) diff --git a/newspack-popups.php b/newspack-popups.php index 322e3790..0fe57f84 100755 --- a/newspack-popups.php +++ b/newspack-popups.php @@ -7,7 +7,7 @@ * Author URI: https://newspack.com * Text Domain: newspack-popups * Domain Path: /languages - * Version: 2.23.0-alpha.1 + * Version: 2.23.0-alpha.2 * * @package Newspack_Popups */ diff --git a/package-lock.json b/package-lock.json index 8a59d35a..38e3001f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-popups", - "version": "2.23.0-alpha.1", + "version": "2.23.0-alpha.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-popups", - "version": "2.23.0-alpha.1", + "version": "2.23.0-alpha.2", "dependencies": { "classnames": "^2.3.2", "intersection-observer": "^0.12.2", diff --git a/package.json b/package.json index 3825885c..cde7faa1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "2.23.0-alpha.1", + "version": "2.23.0-alpha.2", "main": "Gruntfile.js", "author": "Automattic", "scripts": {