diff --git a/CHANGELOG.md b/CHANGELOG.md index 89260713..73bfe3c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.16.0](https://github.com/Automattic/newspack-listings/compare/v2.15.0...v2.16.0) (2024-07-01) + + +### Features + +* ensure regenerator-runtime is available (for WP 6.6) ([#459](https://github.com/Automattic/newspack-listings/issues/459)) ([58666bb](https://github.com/Automattic/newspack-listings/commit/58666bba68f5825a89b04bea3a45aca3f08d1a3f)) + # [2.15.0](https://github.com/Automattic/newspack-listings/compare/v2.14.1...v2.15.0) (2024-04-08) diff --git a/newspack-listings.php b/newspack-listings.php index 46398065..ba84d78e 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.15.0 + * Version: 2.16.0 * * @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.15.0' ); + define( 'NEWSPACK_LISTINGS_VERSION', '2.16.0' ); } // Include plugin resources. diff --git a/package-lock.json b/package-lock.json index a99e99e9..6a276aff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-listings", - "version": "2.15.0", + "version": "2.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-listings", - "version": "2.15.0", + "version": "2.16.0", "license": "GPL-2.0-or-later", "dependencies": { "newspack-components": "^2.2.1" diff --git a/package.json b/package.json index 967a707d..1e718043 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-listings", - "version": "2.15.0", + "version": "2.16.0", "description": "", "scripts": { "cm": "newspack-scripts commit", @@ -49,4 +49,4 @@ "regenerator-runtime": "^0.14.1", "stylelint": "^15.11.0" } -} \ No newline at end of file +}