diff --git a/CHANGELOG.md b/CHANGELOG.md index 83c9649b..7525218f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.0.1](https://github.com/adobe/helix-shared/compare/v6.0.0...v6.0.1) (2020-03-02) + + +### Bug Fixes + +* **schema:** ensure the schemas are 'required()' ([d89bcff](https://github.com/adobe/helix-shared/commit/d89bcff5663e6b7c24db6bb7f926aade64405a04)), closes [#257](https://github.com/adobe/helix-shared/issues/257) + # [6.0.0](https://github.com/adobe/helix-shared/compare/v5.3.1...v6.0.0) (2020-02-28) diff --git a/package.json b/package.json index 2e17fb75..8f93ade0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-shared", - "version": "6.0.0", + "version": "6.0.1", "description": "Shared modules of the Helix Project", "main": "src/index.js", "scripts": {