Skip to content

Commit

Permalink
chore(release): 1.39.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.39.0-alpha.1](v1.38.0...v1.39.0-alpha.1) (2021-09-28)

### Bug Fixes

* limit excerpt lengths even for custom excerpts ([#874](#874)) ([85f5bf4](85f5bf4))

### Features

* **donate:** remove NRH metadata ([080430c](080430c))
  • Loading branch information
semantic-release-bot committed Sep 28, 2021
1 parent 38db3a4 commit 62be4a1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.39.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.38.0...v1.39.0-alpha.1) (2021-09-28)


### Bug Fixes

* limit excerpt lengths even for custom excerpts ([#874](https://github.com/Automattic/newspack-blocks/issues/874)) ([85f5bf4](https://github.com/Automattic/newspack-blocks/commit/85f5bf47bd18e8493fbfd96d168e518f63f808c3))


### Features

* **donate:** remove NRH metadata ([080430c](https://github.com/Automattic/newspack-blocks/commit/080430ccf87f98f85595b4ede74af5e3821c5ca4))

# [1.38.0](https://github.com/Automattic/newspack-blocks/compare/v1.37.1...v1.38.0) (2021-09-21)


Expand Down
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.blog/
* Text Domain: newspack-blocks
* Domain Path: /languages
* Version: 1.38.0
* Version: 1.39.0-alpha.1
*
* @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', '1.38.0' );
define( 'NEWSPACK_BLOCKS__VERSION', '1.39.0-alpha.1' );

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
2 changes: 1 addition & 1 deletion 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-blocks",
"version": "1.38.0",
"version": "1.39.0-alpha.1",
"author": "Automattic",
"devDependencies": {
"@automattic/calypso-build": "^9.0.0",
Expand Down

0 comments on commit 62be4a1

Please sign in to comment.