diff --git a/CHANGELOG.md b/CHANGELOG.md index fd16e7b9..eb6a6756 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.9.2](https://github.com/Automattic/newspack-popups/compare/v2.9.1...v2.9.2) (2022-12-20) + + +### Bug Fixes + +* prevent API bot exit without referer ([#1035](https://github.com/Automattic/newspack-popups/issues/1035)) ([bc8ec5b](https://github.com/Automattic/newspack-popups/commit/bc8ec5bea8d0ecacab7f5deec9e747dfc5141e37)) + ## [2.9.2-hotfix.1](https://github.com/Automattic/newspack-popups/compare/v2.9.1...v2.9.2-hotfix.1) (2022-12-20) diff --git a/newspack-popups.php b/newspack-popups.php index 569ce5b4..852f4a8d 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.9.2-hotfix.1 + * Version: 2.9.2 * * @package Newspack_Popups */ diff --git a/package-lock.json b/package-lock.json index 8d1ef69f..342fc41d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-popups", - "version": "2.9.2-hotfix.1", + "version": "2.9.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-popups", - "version": "2.9.2-hotfix.1", + "version": "2.9.2", "dependencies": { "classnames": "^2.3.2", "intersection-observer": "^0.12.2", diff --git a/package.json b/package.json index b46e0eb3..cf29c86d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "2.9.2-hotfix.1", + "version": "2.9.2", "main": "Gruntfile.js", "author": "Automattic", "scripts": {