From 31646a1dec963aaf39f61d54662c0b80b2c2f18c Mon Sep 17 00:00:00 2001 From: matticbot Date: Fri, 5 Aug 2022 22:22:12 +0000 Subject: [PATCH] chore(release): 2.12.0-alpha.1 [skip ci] # [2.12.0-alpha.1](https://github.com/Automattic/newspack-listings/compare/v2.11.2...v2.12.0-alpha.1) (2022-08-05) ### Features * add featured listing support to curated lists ([#285](https://github.com/Automattic/newspack-listings/issues/285)) ([3ea027d](https://github.com/Automattic/newspack-listings/commit/3ea027d98bfb85bc65585c6e04bc03085daef7d6)) --- CHANGELOG.md | 7 +++++++ newspack-listings.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 b3edb91a..16f7f140 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.12.0-alpha.1](https://github.com/Automattic/newspack-listings/compare/v2.11.2...v2.12.0-alpha.1) (2022-08-05) + + +### Features + +* add featured listing support to curated lists ([#285](https://github.com/Automattic/newspack-listings/issues/285)) ([3ea027d](https://github.com/Automattic/newspack-listings/commit/3ea027d98bfb85bc65585c6e04bc03085daef7d6)) + ## [2.11.2](https://github.com/Automattic/newspack-listings/compare/v2.11.1...v2.11.2) (2022-07-26) diff --git a/newspack-listings.php b/newspack-listings.php index fd406510..e4b5d0d7 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.11.2 + * Version: 2.12.0-alpha.1 * * @package Newspack_Listings */ diff --git a/package-lock.json b/package-lock.json index 5b189671..49122ad1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-listings", - "version": "2.11.2", + "version": "2.12.0-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-listings", - "version": "2.11.2", + "version": "2.12.0-alpha.1", "license": "GPL-2.0-or-later", "dependencies": { "newspack-components": "^2.1.0" diff --git a/package.json b/package.json index a5072498..6b953ac5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-listings", - "version": "2.11.2", + "version": "2.12.0-alpha.1", "description": "", "scripts": { "cm": "newspack-scripts commit",