From 5bca484f77db0928a7b261f77d34db2106935163 Mon Sep 17 00:00:00 2001 From: matticbot Date: Thu, 25 Jan 2024 13:00:45 +0000 Subject: [PATCH] chore(release): 1.1.0-alpha.1 [skip ci] # [1.1.0-alpha.1](https://github.com/Automattic/newspack-network/compare/v1.0.1...v1.1.0-alpha.1) (2024-01-25) ### Bug Fixes * add workaround for distributor bug ([#36](https://github.com/Automattic/newspack-network/issues/36)) ([123ac89](https://github.com/Automattic/newspack-network/commit/123ac894154a6b92321bff92c6b0413357840b2f)) ### Features * add event queue debug ([#34](https://github.com/Automattic/newspack-network/issues/34)) ([a5e48ae](https://github.com/Automattic/newspack-network/commit/a5e48ae516b1b33ace4047eb2ee7f640ff96d514)) --- CHANGELOG.md | 12 ++++++++++++ newspack-network.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db7f10ec..d7a9d467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.1.0-alpha.1](https://github.com/Automattic/newspack-network/compare/v1.0.1...v1.1.0-alpha.1) (2024-01-25) + + +### Bug Fixes + +* add workaround for distributor bug ([#36](https://github.com/Automattic/newspack-network/issues/36)) ([123ac89](https://github.com/Automattic/newspack-network/commit/123ac894154a6b92321bff92c6b0413357840b2f)) + + +### Features + +* add event queue debug ([#34](https://github.com/Automattic/newspack-network/issues/34)) ([a5e48ae](https://github.com/Automattic/newspack-network/commit/a5e48ae516b1b33ace4047eb2ee7f640ff96d514)) + ## [1.0.1](https://github.com/Automattic/newspack-network/compare/v1.0.0...v1.0.1) (2024-01-18) diff --git a/newspack-network.php b/newspack-network.php index 6dbd8d4c..fc4d9df7 100644 --- a/newspack-network.php +++ b/newspack-network.php @@ -2,7 +2,7 @@ /** * Plugin Name: Newspack Network * Description: The Newspack Network plugin. - * Version: 1.0.1 + * Version: 1.1.0-alpha.1 * Author: Automattic * Author URI: https://newspack.com/ * License: GPL3 diff --git a/package-lock.json b/package-lock.json index 37bf6244..37ccd626 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-network", - "version": "1.0.1", + "version": "1.1.0-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-network", - "version": "1.0.1", + "version": "1.1.0-alpha.1", "hasInstallScript": true, "license": "GPL-3.0", "devDependencies": { diff --git a/package.json b/package.json index 09bc2705..55376084 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-network", - "version": "1.0.1", + "version": "1.1.0-alpha.1", "description": "The Newspack Network plugin.", "license": "GPL-3.0", "browserslist": [