From b9dcabb1fc8db06ff19d8f138fa345f849769e6b Mon Sep 17 00:00:00 2001 From: BelfordZ Date: Mon, 27 Feb 2023 20:32:13 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/json-schema-tools/referencer/compare/1.0.6...1.1.0) (2023-02-27) ### Bug Fixes * bump node version in ci ([1af6dd1](https://github.com/json-schema-tools/referencer/commit/1af6dd1309fe88ca07ddeea7cf9088a5f4130baa)) ### Features * immutable by default with option to mutate ([59cf27e](https://github.com/json-schema-tools/referencer/commit/59cf27e1e845619d4eb9a35029fd00958aafe5b5)) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f7e0fb..a9b660a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.1.0](https://github.com/json-schema-tools/referencer/compare/1.0.6...1.1.0) (2023-02-27) + + +### Bug Fixes + +* bump node version in ci ([1af6dd1](https://github.com/json-schema-tools/referencer/commit/1af6dd1309fe88ca07ddeea7cf9088a5f4130baa)) + + +### Features + +* immutable by default with option to mutate ([59cf27e](https://github.com/json-schema-tools/referencer/commit/59cf27e1e845619d4eb9a35029fd00958aafe5b5)) + ## [1.0.6](https://github.com/json-schema-tools/referencer/compare/1.0.5...1.0.6) (2022-10-27)