From 3b11259e544a286854c39c5433c81fdd4760b5ff Mon Sep 17 00:00:00 2001 From: matticbot Date: Wed, 16 Nov 2022 18:51:22 +0000 Subject: [PATCH] chore(release): 2.8.2 [skip ci] ## [2.8.2](https://github.com/Automattic/newspack-popups/compare/v2.8.1...v2.8.2) (2022-11-16) ### Bug Fixes * limit reconciled sessions to max of 10 per reader ([a1e9cd9](https://github.com/Automattic/newspack-popups/commit/a1e9cd9b35e243c9e281b0042367b8eb2543a243)) --- 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 c633ca2f..066be89a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.8.2](https://github.com/Automattic/newspack-popups/compare/v2.8.1...v2.8.2) (2022-11-16) + + +### Bug Fixes + +* limit reconciled sessions to max of 10 per reader ([a1e9cd9](https://github.com/Automattic/newspack-popups/commit/a1e9cd9b35e243c9e281b0042367b8eb2543a243)) + ## [2.8.1](https://github.com/Automattic/newspack-popups/compare/v2.8.0...v2.8.1) (2022-11-16) diff --git a/newspack-popups.php b/newspack-popups.php index be1edf95..fbe182f0 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.8.1 + * Version: 2.8.2 * * @package Newspack_Popups */ diff --git a/package-lock.json b/package-lock.json index f65e95fd..f581f1c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-popups", - "version": "2.8.1", + "version": "2.8.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-popups", - "version": "2.8.1", + "version": "2.8.2", "dependencies": { "classnames": "^2.3.2", "intersection-observer": "^0.12.2", diff --git a/package.json b/package.json index 7f6f9fbe..7fe48e69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "2.8.1", + "version": "2.8.2", "main": "Gruntfile.js", "author": "Automattic", "scripts": {