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",