From d1f02e15cfcc4253e97316fa8382f49b270e45a2 Mon Sep 17 00:00:00 2001 From: matticbot Date: Tue, 31 Oct 2023 16:41:10 +0000 Subject: [PATCH] chore(release): 2.14.1 [skip ci] ## [2.14.1](https://github.com/Automattic/newspack-listings/compare/v2.14.0...v2.14.1) (2023-10-31) ### 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 5b42f54c..f416c6a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.14.1](https://github.com/Automattic/newspack-listings/compare/v2.14.0...v2.14.1) (2023-10-31) + + +### 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.1-alpha.1](https://github.com/Automattic/newspack-listings/compare/v2.14.0...v2.14.1-alpha.1) (2023-10-16) diff --git a/newspack-listings.php b/newspack-listings.php index 2dcc7c3f..fdaac8d6 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.1-alpha.1 + * Version: 2.14.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.1-alpha.1' ); + define( 'NEWSPACK_LISTINGS_VERSION', '2.14.1' ); } // Include plugin resources. diff --git a/package-lock.json b/package-lock.json index 3a405f38..7d867e0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-listings", - "version": "2.14.1-alpha.1", + "version": "2.14.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-listings", - "version": "2.14.1-alpha.1", + "version": "2.14.1", "license": "GPL-2.0-or-later", "dependencies": { "newspack-components": "^2.2.1" diff --git a/package.json b/package.json index 795091bc..a44eb095 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-listings", - "version": "2.14.1-alpha.1", + "version": "2.14.1", "description": "", "scripts": { "cm": "newspack-scripts commit",