From dfd4cea53e031f6151b7195d0934c0419b65f33e Mon Sep 17 00:00:00 2001 From: matticbot Date: Wed, 24 May 2023 13:57:07 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/Automattic/newspack-block-theme/compare/v1.0.0...v1.1.0) (2023-05-24) ### Features * add mobile menu part proof of concept ([#3](https://github.com/Automattic/newspack-block-theme/issues/3)) ([3768123](https://github.com/Automattic/newspack-block-theme/commit/3768123019a5400509d145b033300934b901f55f)) --- CHANGELOG.md | 7 +++++++ functions.php | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- src/scss/_theme-description.scss | 2 +- style.css | 2 +- 6 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ae00f14..de89c6e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/Automattic/newspack-block-theme/compare/v1.0.0...v1.1.0) (2023-05-24) + + +### Features + +* add mobile menu part proof of concept ([#3](https://github.com/Automattic/newspack-block-theme/issues/3)) ([3768123](https://github.com/Automattic/newspack-block-theme/commit/3768123019a5400509d145b033300934b901f55f)) + # [1.1.0-alpha.1](https://github.com/Automattic/newspack-block-theme/compare/v1.0.0...v1.1.0-alpha.1) (2023-05-11) diff --git a/functions.php b/functions.php index 40d4ac29..ac9036a0 100644 --- a/functions.php +++ b/functions.php @@ -1,7 +1,7 @@