diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f033f7b..2ba23ebb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1](https://github.com/Automattic/newspack-listings/compare/v1.2.0...v1.2.1) (2021-06-08) + + +### Bug Fixes + +* syncing attributes from curated list block to inner blocks ([#64](https://github.com/Automattic/newspack-listings/issues/64)) ([cdbc0bb](https://github.com/Automattic/newspack-listings/commit/cdbc0bb63bf4d8b18dc30fab87ce1a3ab68c7ddd)) + # [1.2.0](https://github.com/Automattic/newspack-listings/compare/v1.1.0...v1.2.0) (2021-02-11) diff --git a/newspack-listings.php b/newspack-listings.php index 7d98c121..f2e392c0 100644 --- a/newspack-listings.php +++ b/newspack-listings.php @@ -7,7 +7,7 @@ * Author URI: https://newspack.pub * Text Domain: newspack-listings * Domain Path: /languages - * Version: 1.2.0 + * Version: 1.2.1 * * @package Newspack_Listings */ diff --git a/package-lock.json b/package-lock.json index 41cd9e13..82c43cb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "newspack-listings", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a039ab3c..78bccb95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-listings", - "version": "1.2.0", + "version": "1.2.1", "description": "", "scripts": { "cm": "git-cz",