diff --git a/CHANGELOG.md b/CHANGELOG.md index 66e0487..9de524a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.0.1 - 2022-09-14 + +### Fixed +- Fix an error running `resave` console commands. +- Fixed a bug where block types’ layout elements were getting new UUIDs assigned each time the field was edited. + ## 3.0.0 - 2022-07-27 ### Added diff --git a/composer.json b/composer.json index 292d506..14556a3 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/super-table", "description": "Super-charge your Craft workflow with Super Table. Use it to group fields together or build complex Matrix-in-Matrix solutions.", "type": "craft-plugin", - "version": "3.0.0", + "version": "3.0.1", "keywords": [ "craft", "cms",