diff --git a/CHANGELOG.md b/CHANGELOG.md index cc94b8c4..b4ca81ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.33.1](https://github.com/Automattic/newspack-popups/compare/v2.33.0...v2.33.1) (2024-06-18) + + +### Bug Fixes + +* prevent prompt expiration with invalid expiration date ([#1318](https://github.com/Automattic/newspack-popups/issues/1318)) ([a83cf2a](https://github.com/Automattic/newspack-popups/commit/a83cf2af88feb1448b75313bb371b68e62898fc8)) + # [2.33.0](https://github.com/Automattic/newspack-popups/compare/v2.32.0...v2.33.0) (2024-06-12) diff --git a/newspack-popups.php b/newspack-popups.php index 43e47c7e..4e8927ae 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.33.0 + * Version: 2.33.1 * * @package Newspack_Popups */ diff --git a/package-lock.json b/package-lock.json index d94976bc..51615c10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-popups", - "version": "2.33.0", + "version": "2.33.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-popups", - "version": "2.33.0", + "version": "2.33.1", "dependencies": { "classnames": "^2.5.1", "intersection-observer": "^0.12.2", diff --git a/package.json b/package.json index de46cde6..5087a6b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "2.33.0", + "version": "2.33.1", "main": "Gruntfile.js", "author": "Automattic", "scripts": {