From 4601b11248163cc82c911532b75156616b28f33e Mon Sep 17 00:00:00 2001 From: Fabian Todt Date: Fri, 24 May 2024 14:21:15 +0200 Subject: [PATCH] v0.2.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d177ad..5dd3a5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.2.0 (2024-05-24) + +- Feature: Add `onBlockRegistration` and `onBlockEdit` filter helpers +- Dev: Set @wordpress packages versions to the ones shipped in WordPress 6.5 +- Docs: Suggest using useMemo for useApiFetch + ## v0.1.2 (2024-04-1) - Dev: Fix npm publishing diff --git a/package.json b/package.json index 69267b0..3b9dd6c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@goodwp/goodenberg", "description": "Goodenberg is a library of components, helpers and examples for building modern WordPress sites and applications with\nthe block editor and all other features introduced with Gutenberg.", - "version": "0.1.2", + "version": "0.2.0", "keywords": [ "wordpress", "gutenberg",