diff --git a/CHANGELOG.md b/CHANGELOG.md index f0efa283f..d81213302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.2.0](https://github.com/Automattic/newspack-blocks/compare/v1.1.0...v1.2.0) (2020-03-24) + + +### Bug Fixes + +* make sure styles hiding updated date doesn't hide all dates ([#406](https://github.com/Automattic/newspack-blocks/issues/406)) ([d1bb53c](https://github.com/Automattic/newspack-blocks/commit/d1bb53ca82a67e56b1dea616e86a9c099c5498b4)) + + +### Features + +* display subscribe pattern when mailchimp is inactive ([#418](https://github.com/Automattic/newspack-blocks/issues/418)) ([09716c1](https://github.com/Automattic/newspack-blocks/commit/09716c10005483d919a8332e92d462c32a992625)) +* update the pattern's icon with newspack logo ([#419](https://github.com/Automattic/newspack-blocks/issues/419)) ([8532c6f](https://github.com/Automattic/newspack-blocks/commit/8532c6f1a1a8f3de2ccb9c6c8d5d2216798aa2a3)) + # [1.1.0](https://github.com/Automattic/newspack-blocks/compare/v1.0.0...v1.1.0) (2020-03-17) diff --git a/newspack-blocks.php b/newspack-blocks.php index 3a129c19b..94018b2d5 100755 --- a/newspack-blocks.php +++ b/newspack-blocks.php @@ -7,14 +7,14 @@ * Author URI: https://newspack.blog/ * Text Domain: newspack-blocks * Domain Path: /languages - * Version: 1.1.0 + * Version: 1.2.0 * * @package Newspack_Blocks */ define( 'NEWSPACK_BLOCKS__BLOCKS_DIRECTORY', 'dist/' ); define( 'NEWSPACK_BLOCKS__PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -define( 'NEWSPACK_BLOCKS__VERSION', '1.1.0' ); +define( 'NEWSPACK_BLOCKS__VERSION', '1.2.0' ); require_once NEWSPACK_BLOCKS__PLUGIN_DIR . 'class-newspack-blocks.php'; require_once NEWSPACK_BLOCKS__PLUGIN_DIR . 'class-newspack-blocks-api.php'; diff --git a/package-lock.json b/package-lock.json index 51d94e6cf..64758aa7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "newspack-blocks", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f0859b72a..b2788f291 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-blocks", - "version": "1.1.0", + "version": "1.2.0", "main": "Gruntfile.js", "author": "Automattic", "devDependencies": {