From e68ff43a60d5c8edd565f427e5376b07222af56a Mon Sep 17 00:00:00 2001 From: matticbot Date: Mon, 8 May 2023 22:28:05 +0000 Subject: [PATCH] chore(release): 2.12.8 [skip ci] ## [2.12.8](https://github.com/Automattic/newspack-listings/compare/v2.12.7...v2.12.8) (2023-05-08) ### Bug Fixes * add pre push hook ([#352](https://github.com/Automattic/newspack-listings/issues/352)) ([a271f9d](https://github.com/Automattic/newspack-listings/commit/a271f9da10b1048537afd144c88c697da4bb4efc)) --- 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 b5b182da..617b4284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.12.8](https://github.com/Automattic/newspack-listings/compare/v2.12.7...v2.12.8) (2023-05-08) + + +### Bug Fixes + +* add pre push hook ([#352](https://github.com/Automattic/newspack-listings/issues/352)) ([a271f9d](https://github.com/Automattic/newspack-listings/commit/a271f9da10b1048537afd144c88c697da4bb4efc)) + ## [2.12.8-alpha.1](https://github.com/Automattic/newspack-listings/compare/v2.12.7...v2.12.8-alpha.1) (2023-05-02) diff --git a/newspack-listings.php b/newspack-listings.php index ef57a95e..477a505b 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.12.8-alpha.1 + * Version: 2.12.8 * * @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.12.8-alpha.1' ); + define( 'NEWSPACK_LISTINGS_VERSION', '2.12.8' ); } // Include plugin resources. diff --git a/package-lock.json b/package-lock.json index 1f2c446f..dc858a23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-listings", - "version": "2.12.8-alpha.1", + "version": "2.12.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-listings", - "version": "2.12.8-alpha.1", + "version": "2.12.8", "license": "GPL-2.0-or-later", "dependencies": { "newspack-components": "^2.1.0" diff --git a/package.json b/package.json index 5c5b09fa..2eabed3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-listings", - "version": "2.12.8-alpha.1", + "version": "2.12.8", "description": "", "scripts": { "cm": "newspack-scripts commit",