Skip to content

Commit f5a3e21

Browse files
chore(release): 1.7.0 [skip ci]
# [1.7.0](v1.6.0...v1.7.0) (2020-06-02) ### Features * add category and tag classes to each homepage post ([#487](#487)) ([d7c4fcd](d7c4fcd))
1 parent aef62bf commit f5a3e21

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.7.0](https://github.com/Automattic/newspack-blocks/compare/v1.6.0...v1.7.0) (2020-06-02)
2+
3+
4+
### Features
5+
6+
* add category and tag classes to each homepage post ([#487](https://github.com/Automattic/newspack-blocks/issues/487)) ([d7c4fcd](https://github.com/Automattic/newspack-blocks/commit/d7c4fcd8d3caa2bbdda970e913265e3da7144b76))
7+
18
# [1.6.0](https://github.com/Automattic/newspack-blocks/compare/v1.5.0...v1.6.0) (2020-05-19)
29

310

newspack-blocks.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
* Author URI: https://newspack.blog/
88
* Text Domain: newspack-blocks
99
* Domain Path: /languages
10-
* Version: 1.6.0
10+
* Version: 1.7.0
1111
*
1212
* @package Newspack_Blocks
1313
*/
1414

1515
define( 'NEWSPACK_BLOCKS__BLOCKS_DIRECTORY', 'dist/' );
1616
define( 'NEWSPACK_BLOCKS__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
17-
define( 'NEWSPACK_BLOCKS__VERSION', '1.6.0' );
17+
define( 'NEWSPACK_BLOCKS__VERSION', '1.7.0' );
1818

1919
require_once NEWSPACK_BLOCKS__PLUGIN_DIR . 'class-newspack-blocks.php';
2020
require_once NEWSPACK_BLOCKS__PLUGIN_DIR . 'class-newspack-blocks-api.php';

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "newspack-blocks",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"main": "Gruntfile.js",
55
"author": "Automattic",
66
"devDependencies": {

0 commit comments

Comments
 (0)