Skip to content

Commit

Permalink
chore(release): 4.2.0-alpha.2 [skip ci]
Browse files Browse the repository at this point in the history
# [4.2.0-alpha.2](v4.2.0-alpha.1...v4.2.0-alpha.2) (2024-09-16)

### Bug Fixes

* support new is_my_account() method from main plugin ([#1869](#1869)) ([b9a3aba](b9a3aba))
  • Loading branch information
semantic-release-bot committed Sep 16, 2024
1 parent 6ad5f28 commit efc63be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions newspack-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
* Author URI: https://newspack.com/
* Text Domain: newspack-blocks
* Domain Path: /languages
* Version: 4.1.1
* Version: 4.2.0-alpha.2
*
* @package Newspack_Blocks
*/

define( 'NEWSPACK_BLOCKS__PLUGIN_FILE', __FILE__ );
define( 'NEWSPACK_BLOCKS__BLOCKS_DIRECTORY', 'dist/' );
define( 'NEWSPACK_BLOCKS__PLUGIN_DIR', plugin_dir_path( NEWSPACK_BLOCKS__PLUGIN_FILE ) );
define( 'NEWSPACK_BLOCKS__VERSION', '4.1.1' );
define( 'NEWSPACK_BLOCKS__VERSION', '4.2.0-alpha.2' );

require_once NEWSPACK_BLOCKS__PLUGIN_DIR . 'includes/class-newspack-blocks.php';
require_once NEWSPACK_BLOCKS__PLUGIN_DIR . 'includes/class-newspack-blocks-api.php';
Expand Down

0 comments on commit efc63be

Please sign in to comment.