Skip to content

Commit

Permalink
chore(release): 2.12.8 [skip ci]
Browse files Browse the repository at this point in the history
## [2.12.8](v2.12.7...v2.12.8) (2023-05-08)

### Bug Fixes

* add pre push hook ([#352](#352)) ([a271f9d](a271f9d))
  • Loading branch information
semantic-release-bot committed May 8, 2023
1 parent 02e36ab commit e68ff43
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.pub
* Text Domain: newspack-listings
* Domain Path: /languages
* Version: 2.12.8-alpha.1
* Version: 2.12.8
*
* @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.12.8-alpha.1' );
define( 'NEWSPACK_LISTINGS_VERSION', '2.12.8' );
}

// 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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newspack-listings",
"version": "2.12.8-alpha.1",
"version": "2.12.8",
"description": "",
"scripts": {
"cm": "newspack-scripts commit",
Expand Down

0 comments on commit e68ff43

Please sign in to comment.