From fa7d08a80f241309440185f10731ac2c3bfb694f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 9 Feb 2022 16:02:15 +0000 Subject: [PATCH] 6.1.0 CHANGELOG [skip ci] # [6.1.0](https://github.com/expediagroup/determination/compare/v6.0.1...v6.1.0) (2022-02-09) ### Features * Allows for configuration as an object ([#10](https://github.com/expediagroup/determination/issues/10)) ([a864038](https://github.com/expediagroup/determination/commit/a864038ab44063a7b0d6b38e43147b1d26f53b71)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3d8c2f..6e52abe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [6.1.0](https://github.com/expediagroup/determination/compare/v6.0.1...v6.1.0) (2022-02-09) + + +### Features + +* Allows for configuration as an object ([#10](https://github.com/expediagroup/determination/issues/10)) ([a864038](https://github.com/expediagroup/determination/commit/a864038ab44063a7b0d6b38e43147b1d26f53b71)) + ### 6.0.1 - Change the json w/comments parser to eliminate a circular dependency warning with node 14 (#8)