diff --git a/CHANGELOG.md b/CHANGELOG.md index e3abe81d..4a078592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.2.3 - 2019-02-06 +### Added +- Added support for the CP Field Inspect plugin + +### Fixed +- Fixed issue with pasting or cloning blocks where number field values were not retained + ## 2.2.2 - 2019-01-30 ### Fixed - Fixed issue where block types would lose any blank tabs in Neo 2.2.0 and 2.2.1 diff --git a/composer.json b/composer.json index daa11be9..315b523d 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "spicyweb/craft-neo", "description": "A Matrix-like field type that uses existing fields", - "version": "2.2.2", + "version": "2.2.3", "type": "craft-plugin", "keywords": [ "cms", diff --git a/package.json b/package.json index f41d396a..0cda5325 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-neo", - "version": "2.2.2", + "version": "2.2.3", "description": "A Matrix-like field type that uses existing fields", "main": "webpack.config.js", "scripts": {