diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e989a4..aa8772a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.0.5 - 2022-08-09 + +### Fixed +- Fix GraphQL queries throwing an error when fields aren’t initialized fully. +- Fix blocktype picker not appearing in Live Preview. +- Fix potential error for blocktypes. +- Update Vizy loading for input to handle proper loading using Vite. + ## 2.0.4 - 2022-07-06 ### Fixed diff --git a/composer.json b/composer.json index 9b094a8..3f493fe 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/vizy", "description": "A flexible visual editor field for Craft CMS.", "type": "craft-plugin", - "version": "2.0.4", + "version": "2.0.5", "keywords": [ "craft", "cms",