diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2cf95c9..b743984 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "protobuf": "0.6.0", - "json": "0.2.3" + "json": "0.2.4" } \ No newline at end of file diff --git a/json/CHANGELOG.md b/json/CHANGELOG.md index 0b4864b..b97609e 100644 --- a/json/CHANGELOG.md +++ b/json/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.4](https://github.com/open-feature/flagd-schemas/compare/json/json-schema-v0.2.3...json/json-schema-v0.2.4) (2024-05-17) + + +### 🐛 Bug Fixes + +* change $defs to definitions per draft07 ([#140](https://github.com/open-feature/flagd-schemas/issues/140)) ([87ab28a](https://github.com/open-feature/flagd-schemas/commit/87ab28a58cac260b911c03b35451c8175ec1f148)) + ## [0.2.3](https://github.com/open-feature/flagd-schemas/compare/json/json-schema-v0.2.2...json/json-schema-v0.2.3) (2024-04-08)