From 2d42e90c930b7c111ca568f312ab5b5c028251d5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 2 Mar 2020 08:57:55 +0000 Subject: [PATCH] chore(release): 6.0.1 [skip ci] ## [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) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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": {