From 4a5c7e094119a09a7838612fca2a6c21f7788823 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 20:30:00 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- json/CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d953929..2f15cc1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "protobuf": "0.5.4", - "json": "0.1.3" + "json": "0.2.0" } \ No newline at end of file diff --git a/json/CHANGELOG.md b/json/CHANGELOG.md index 733e8cd..f375549 100644 --- a/json/CHANGELOG.md +++ b/json/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.2.0](https://github.com/open-feature/flagd-schemas/compare/json/json-schema-v0.1.3...json/json-schema-v0.2.0) (2024-01-18) + + +### ⚠ BREAKING CHANGES + +* improve naming, fix module url ([#128](https://github.com/open-feature/flagd-schemas/issues/128)) + +### 🐛 Bug Fixes + +* "if" json schema description ([#126](https://github.com/open-feature/flagd-schemas/issues/126)) ([eee6a28](https://github.com/open-feature/flagd-schemas/commit/eee6a2810d9c45a360841a30f3fb92b534f5611d)) + + +### ✨ New Features + +* improve naming, fix module url ([#128](https://github.com/open-feature/flagd-schemas/issues/128)) ([0e6cbbd](https://github.com/open-feature/flagd-schemas/commit/0e6cbbd89d1591df728c9ab06d6cf4065f432dfe)) + ## [0.1.3](https://github.com/open-feature/flagd-schemas/compare/json/json-schema-v0.1.2...json/json-schema-v0.1.3) (2024-01-15)