From 35d37c7a230112a445ad8f854619cf349bea50e6 Mon Sep 17 00:00:00 2001 From: matticbot Date: Wed, 19 Jan 2022 16:28:32 +0000 Subject: [PATCH] chore(release): 2.9.0 [skip ci] # [2.9.0](https://github.com/Automattic/newspack-listings/compare/v2.8.0...v2.9.0) (2022-01-19) ### Bug Fixes * a fatal error when self-serve listings env variable is not defined ([#196](https://github.com/Automattic/newspack-listings/issues/196)) ([59f6ab6](https://github.com/Automattic/newspack-listings/commit/59f6ab6216b80ab32f9aa30ccc8d77eb54b26865)) * minor bugfixes for featured and self-serve listings ([#181](https://github.com/Automattic/newspack-listings/issues/181)) ([3609e7a](https://github.com/Automattic/newspack-listings/commit/3609e7a031793179e46e0374385bea499b234779)) ### Features * **ugc:** handle self-serve purchase form submission ([#135](https://github.com/Automattic/newspack-listings/issues/135)) ([7a62bd8](https://github.com/Automattic/newspack-listings/commit/7a62bd8bca95ac47ff1ef8fbb5899854df71f07c)) --- CHANGELOG.md | 13 +++++++++++++ newspack-listings.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 164036e2..7739e8e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [2.9.0](https://github.com/Automattic/newspack-listings/compare/v2.8.0...v2.9.0) (2022-01-19) + + +### Bug Fixes + +* a fatal error when self-serve listings env variable is not defined ([#196](https://github.com/Automattic/newspack-listings/issues/196)) ([59f6ab6](https://github.com/Automattic/newspack-listings/commit/59f6ab6216b80ab32f9aa30ccc8d77eb54b26865)) +* minor bugfixes for featured and self-serve listings ([#181](https://github.com/Automattic/newspack-listings/issues/181)) ([3609e7a](https://github.com/Automattic/newspack-listings/commit/3609e7a031793179e46e0374385bea499b234779)) + + +### Features + +* **ugc:** handle self-serve purchase form submission ([#135](https://github.com/Automattic/newspack-listings/issues/135)) ([7a62bd8](https://github.com/Automattic/newspack-listings/commit/7a62bd8bca95ac47ff1ef8fbb5899854df71f07c)) + # [2.9.0-alpha.3](https://github.com/Automattic/newspack-listings/compare/v2.9.0-alpha.2...v2.9.0-alpha.3) (2022-01-11) diff --git a/newspack-listings.php b/newspack-listings.php index f475ed47..2a5c68e7 100644 --- a/newspack-listings.php +++ b/newspack-listings.php @@ -7,7 +7,7 @@ * Author URI: https://newspack.pub * Text Domain: newspack-listings * Domain Path: /languages - * Version: 2.9.0-alpha.3 + * Version: 2.9.0 * * @package Newspack_Listings */ diff --git a/package-lock.json b/package-lock.json index 71fbb1c8..c3c09d73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-listings", - "version": "2.9.0-alpha.3", + "version": "2.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-listings", - "version": "2.9.0-alpha.3", + "version": "2.9.0", "license": "GPL-2.0-or-later", "dependencies": { "@babel/preset-env": "^7.16.7", diff --git a/package.json b/package.json index 16f95c69..bdb83c38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-listings", - "version": "2.9.0-alpha.3", + "version": "2.9.0", "description": "", "scripts": { "cm": "git-cz",