diff --git a/CHANGELOG.md b/CHANGELOG.md index f416c6a2..290bcb42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.15.0-alpha.1](https://github.com/Automattic/newspack-listings/compare/v2.14.1...v2.15.0-alpha.1) (2024-02-08) + + +### Features + +* **ci:** add epic/* release workflow and rename `master` to `trunk` ([#431](https://github.com/Automattic/newspack-listings/issues/431)) ([c404365](https://github.com/Automattic/newspack-listings/commit/c404365c7038538ccf802fcb802013b795927fed)) + ## [2.14.1](https://github.com/Automattic/newspack-listings/compare/v2.14.0...v2.14.1) (2023-10-31) diff --git a/newspack-listings.php b/newspack-listings.php index fdaac8d6..c928a77b 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 + * Version: 2.15.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.14.1' ); + define( 'NEWSPACK_LISTINGS_VERSION', '2.15.0-alpha.1' ); } // Include plugin resources. diff --git a/package-lock.json b/package-lock.json index c2be1df8..1577dae7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-listings", - "version": "2.14.1", + "version": "2.15.0-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-listings", - "version": "2.14.1", + "version": "2.15.0-alpha.1", "license": "GPL-2.0-or-later", "dependencies": { "newspack-components": "^2.2.1" diff --git a/package.json b/package.json index 964d78a4..579f5e4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-listings", - "version": "2.14.1", + "version": "2.15.0-alpha.1", "description": "", "scripts": { "cm": "newspack-scripts commit", @@ -48,4 +48,4 @@ "prettier": "npm:wp-prettier@^2.6.2-beta-1", "stylelint": "^15.11.0" } -} \ No newline at end of file +}