From 73595c2fa5c1839fdbdb0501f743a30fe931b12c Mon Sep 17 00:00:00 2001 From: matticbot Date: Thu, 21 Jan 2021 19:54:10 +0000 Subject: [PATCH] chore(release): 1.22.1 [skip ci] ## [1.22.1](https://github.com/Automattic/newspack-popups/compare/v1.22.0...v1.22.1) (2021-01-21) ### Bug Fixes * bug that causes admin bar to be hidden ([#409](https://github.com/Automattic/newspack-popups/issues/409)) ([4b67894](https://github.com/Automattic/newspack-popups/commit/4b67894f911cd2e7dc7ec4ecb967c696b32a1e20)) --- CHANGELOG.md | 7 +++++++ newspack-popups.php | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1803b93d..278d3653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.22.1](https://github.com/Automattic/newspack-popups/compare/v1.22.0...v1.22.1) (2021-01-21) + + +### Bug Fixes + +* bug that causes admin bar to be hidden ([#409](https://github.com/Automattic/newspack-popups/issues/409)) ([4b67894](https://github.com/Automattic/newspack-popups/commit/4b67894f911cd2e7dc7ec4ecb967c696b32a1e20)) + # [1.22.0](https://github.com/Automattic/newspack-popups/compare/v1.21.0...v1.22.0) (2021-01-21) diff --git a/newspack-popups.php b/newspack-popups.php index e184b734..479ddafe 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: 1.22.0 + * Version: 1.22.1 * * @package Newspack_Popups */ diff --git a/package-lock.json b/package-lock.json index 233ba74f..bba61611 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "1.22.0", + "version": "1.22.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a27cbea7..523fa3eb 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "1.22.0", + "version": "1.22.1", "main": "Gruntfile.js", "author": "YOUR NAME HERE", "devDependencies": {