diff --git a/CHANGELOG.md b/CHANGELOG.md index 09c59c9..54cf03f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 2.0.1 - 2020-05-11 + +### Fixed + +- Fix settings not showing when other Vue based plugins interfere. + ## 2.0.0 - 2020-05-10 ### Added diff --git a/composer.json b/composer.json index e1f68ad..ae2b0d7 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "chasegiunta/craft-jason", "description": "A field type for displaying & editing JSON data.", "type": "craft-plugin", - "version": "2.0.0", + "version": "2.0.1", "keywords": [ "craft", "cms",