diff --git a/CHANGELOG.md b/CHANGELOG.md index 398c1ee2..4245a352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.6](https://github.com/Automattic/newspack-popups/compare/v3.1.5...v3.1.6) (2024-12-16) + + +### Bug Fixes + +* copy original segments when duplicating prompt ([#1373](https://github.com/Automattic/newspack-popups/issues/1373)) ([96ba0ca](https://github.com/Automattic/newspack-popups/commit/96ba0ca989732614c43ca24cf85cd011f11e44ff)) + ## [3.1.5](https://github.com/Automattic/newspack-popups/compare/v3.1.4...v3.1.5) (2024-12-09) diff --git a/newspack-popups.php b/newspack-popups.php index dfcc77de..05e33acf 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: 3.1.6-alpha.1 + * Version: 3.1.6 * * @package Newspack_Popups */ diff --git a/package-lock.json b/package-lock.json index 1eb62b3b..afa6fa5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-popups", - "version": "3.1.5", + "version": "3.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "newspack-popups", - "version": "3.1.5", + "version": "3.1.6", "dependencies": { "classnames": "^2.5.1", "intersection-observer": "^0.12.2", diff --git a/package.json b/package.json index a76c8d27..5619e07d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "3.1.5", + "version": "3.1.6", "author": "Automattic", "scripts": { "cm": "newspack-scripts commit",