diff --git a/CHANGELOG.md b/CHANGELOG.md index ef51fc7..28f4769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.0.1 - 2022-07-19 ### Fixed - Fixed a bug where deleted field groups would still appear on new Neo block type field layouts diff --git a/composer.json b/composer.json index a51ef15..d236de5 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "spicyweb/craft-quick-field", "description": "Create fields on the fly while designing field layouts", - "version": "1.0.0", + "version": "1.0.1", "type": "craft-plugin", "keywords": [ "cms", @@ -18,7 +18,7 @@ "support": { "issues": "https://github.com/spicywebau/craft-quick-field/issues", "source": "https://github.com/spicywebau/craft-quick-field", - "docs": "https://github.com/spicywebau/craft-quick-field/blob/master/README.md", + "docs": "https://github.com/spicywebau/craft-quick-field/blob/1.0.1/README.md", "rss": "https://github.com/spicywebau/craft-quick-field/commits/master.atom" }, "require": {