From e13ba0826c36ba539b837fb4cf5773a8d8f45368 Mon Sep 17 00:00:00 2001 From: matticbot Date: Wed, 12 Jun 2024 15:46:54 +0000 Subject: [PATCH] chore(release): 2.33.0 [skip ci] # [2.33.0](https://github.com/Automattic/newspack-popups/compare/v2.32.0...v2.33.0) (2024-06-12) ### Features * prompt expiration date ([#1305](https://github.com/Automattic/newspack-popups/issues/1305)) ([301c41c](https://github.com/Automattic/newspack-popups/commit/301c41cd55e8ed468afe7e6b614be11a61db441d)) --- CHANGELOG.md | 7 +++++++ newspack-popups.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0478442..cc94b8c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.33.0](https://github.com/Automattic/newspack-popups/compare/v2.32.0...v2.33.0) (2024-06-12) + + +### Features + +* prompt expiration date ([#1305](https://github.com/Automattic/newspack-popups/issues/1305)) ([301c41c](https://github.com/Automattic/newspack-popups/commit/301c41cd55e8ed468afe7e6b614be11a61db441d)) + # [2.32.0](https://github.com/Automattic/newspack-popups/compare/v2.31.3...v2.32.0) (2024-05-28) diff --git a/newspack-popups.php b/newspack-popups.php index 39fde502..43e47c7e 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-alpha.1 + * Version: 2.33.0 * * @package Newspack_Popups */ diff --git a/package-lock.json b/package-lock.json index 4dcb4dec..d94976bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-popups", - "version": "2.32.0", + "version": "2.33.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-popups", - "version": "2.32.0", + "version": "2.33.0", "dependencies": { "classnames": "^2.5.1", "intersection-observer": "^0.12.2", diff --git a/package.json b/package.json index bed3784e..de46cde6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "2.32.0", + "version": "2.33.0", "main": "Gruntfile.js", "author": "Automattic", "scripts": {