Skip to content

Commit

Permalink
chore(release): 2.14.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.14.0-alpha.1](v2.13.0...v2.14.0-alpha.1) (2023-09-06)

### Features

* add internationalization to event dates ([#391](#391)) ([315b68e](315b68e))
* add option to change the event date/time format ([#399](#399)) ([d4fcc33](d4fcc33))
  • Loading branch information
semantic-release-bot committed Sep 6, 2023
1 parent 72aad6a commit 4b26242
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.13.0
* Version: 2.14.0-alpha.1
*
* @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.13.0' );
define( 'NEWSPACK_LISTINGS_VERSION', '2.14.0-alpha.1' );
}

// 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.13.0",
"version": "2.14.0-alpha.1",
"description": "",
"scripts": {
"cm": "newspack-scripts commit",
Expand Down

0 comments on commit 4b26242

Please sign in to comment.