From 8b9e0933728b0046a718048edc2e694899430e3d Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Thu, 22 Sep 2022 01:10:40 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b738f9fb9..d8603177b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v1.1.1 (Thu Sep 22 2022) + +#### 🐛 Bug Fix + +- fix: Hidden should not cause `additionalProperties` to be `true`. [#1417](https://github.com/vega/ts-json-schema-generator/pull/1417) ([@Jason3S](https://github.com/Jason3S)) + +#### Authors: 2 + +- Dominik Moritz ([@domoritz](https://github.com/domoritz)) +- Jason Dent ([@Jason3S](https://github.com/Jason3S)) + +--- + # v1.1.0 (Wed Sep 21 2022) :tada: This release contains work from new contributors! :tada: