diff --git a/CHANGELOG.md b/CHANGELOG.md index 3000133d..2d14f49e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [2.14.0-alpha.1](https://github.com/Automattic/newspack-listings/compare/v2.13.0...v2.14.0-alpha.1) (2023-09-06) + + +### Features + +* add internationalization to event dates ([#391](https://github.com/Automattic/newspack-listings/issues/391)) ([315b68e](https://github.com/Automattic/newspack-listings/commit/315b68e2aeffbfdd2a366955ab291fe15791717d)) +* add option to change the event date/time format ([#399](https://github.com/Automattic/newspack-listings/issues/399)) ([d4fcc33](https://github.com/Automattic/newspack-listings/commit/d4fcc33b00d10a9ba6818cc381bd4d108290e217)) + # [2.13.0](https://github.com/Automattic/newspack-listings/compare/v2.12.8...v2.13.0) (2023-06-19) diff --git a/newspack-listings.php b/newspack-listings.php index 2474a7e8..56ed473f 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.13.0 + * Version: 2.14.0-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.13.0' ); + define( 'NEWSPACK_LISTINGS_VERSION', '2.14.0-alpha.1' ); } // Include plugin resources. diff --git a/package-lock.json b/package-lock.json index 4f3032b7..75924d16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-listings", - "version": "2.13.0", + "version": "2.14.0-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-listings", - "version": "2.13.0", + "version": "2.14.0-alpha.1", "license": "GPL-2.0-or-later", "dependencies": { "newspack-components": "^2.2.1" diff --git a/package.json b/package.json index e7aa0167..4405861c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-listings", - "version": "2.13.0", + "version": "2.14.0-alpha.1", "description": "", "scripts": { "cm": "newspack-scripts commit",