Skip to content

Commit

Permalink
chore(release): merge in release v2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matticbot committed Jul 1, 2024
2 parents 76f8b6e + 9b033f0 commit bfac957
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions newspack-listings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newspack-listings",
"version": "2.15.0",
"version": "2.16.0",
"description": "",
"scripts": {
"cm": "newspack-scripts commit",
Expand Down Expand Up @@ -49,4 +49,4 @@
"regenerator-runtime": "^0.14.1",
"stylelint": "^15.11.0"
}
}
}

0 comments on commit bfac957

Please sign in to comment.