From 3446872377dcb097771e66ab19068bc52309c827 Mon Sep 17 00:00:00 2001 From: matticbot Date: Mon, 16 Oct 2023 16:46:26 +0000 Subject: [PATCH] chore(release): 2.14.1-alpha.1 [skip ci] ## [2.14.1-alpha.1](https://github.com/Automattic/newspack-listings/compare/v2.14.0...v2.14.1-alpha.1) (2023-10-16) ### Bug Fixes * newspack.pub > newspack.com ([#413](https://github.com/Automattic/newspack-listings/issues/413)) ([e0ff70e](https://github.com/Automattic/newspack-listings/commit/e0ff70e5ada6585e0669fdd6990cba1269bdf36c)) --- CHANGELOG.md | 7 +++++++ newspack-listings.php | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f7dd281..5b42f54c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.14.1-alpha.1](https://github.com/Automattic/newspack-listings/compare/v2.14.0...v2.14.1-alpha.1) (2023-10-16) + + +### Bug Fixes + +* newspack.pub > newspack.com ([#413](https://github.com/Automattic/newspack-listings/issues/413)) ([e0ff70e](https://github.com/Automattic/newspack-listings/commit/e0ff70e5ada6585e0669fdd6990cba1269bdf36c)) + # [2.14.0](https://github.com/Automattic/newspack-listings/compare/v2.13.0...v2.14.0) (2023-09-13) diff --git a/newspack-listings.php b/newspack-listings.php index 051bed94..2dcc7c3f 100644 --- a/newspack-listings.php +++ b/newspack-listings.php @@ -7,7 +7,7 @@ * Author URI: https://newspack.com * Text Domain: newspack-listings * Domain Path: /languages - * Version: 2.14.0 + * Version: 2.14.1-alpha.1 * * @package Newspack_Listings */ @@ -19,7 +19,7 @@ define( 'NEWSPACK_LISTINGS_FILE', __FILE__ ); define( 'NEWSPACK_LISTINGS_PLUGIN_FILE', plugin_dir_path( NEWSPACK_LISTINGS_FILE ) ); define( 'NEWSPACK_LISTINGS_URL', plugin_dir_url( NEWSPACK_LISTINGS_FILE ) ); - define( 'NEWSPACK_LISTINGS_VERSION', '2.14.0' ); + define( 'NEWSPACK_LISTINGS_VERSION', '2.14.1-alpha.1' ); } // Include plugin resources. diff --git a/package-lock.json b/package-lock.json index f86d7646..3a405f38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-listings", - "version": "2.14.0", + "version": "2.14.1-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-listings", - "version": "2.14.0", + "version": "2.14.1-alpha.1", "license": "GPL-2.0-or-later", "dependencies": { "newspack-components": "^2.2.1" diff --git a/package.json b/package.json index 9e1a4fbb..795091bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-listings", - "version": "2.14.0", + "version": "2.14.1-alpha.1", "description": "", "scripts": { "cm": "newspack-scripts commit",