diff --git a/CHANGELOG.md b/CHANGELOG.md index 4969a64..d44b199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.8.2](https://github.com/Greenstand/treetracker-field-data/compare/v1.8.1...v1.8.2) (2022-02-27) + + +### Bug Fixes + +* skip validation on extra_attributes for now, field not processed ([4b75a2c](https://github.com/Greenstand/treetracker-field-data/commit/4b75a2c28dff136bfd24830e9c2a8043870ad778)) + ## [1.8.1](https://github.com/Greenstand/treetracker-field-data/compare/v1.8.0...v1.8.1) (2022-02-27) diff --git a/package.json b/package.json index f605308..2634c9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "treetracker", - "version": "1.8.1", + "version": "1.8.2", "private": true, "engines": { "node": ">=16.0.0 <17",