diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2f15cc1..d5cb73b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "protobuf": "0.5.4", - "json": "0.2.0" + "json": "0.2.1" } \ No newline at end of file diff --git a/json/CHANGELOG.md b/json/CHANGELOG.md index f375549..9ff43db 100644 --- a/json/CHANGELOG.md +++ b/json/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/open-feature/flagd-schemas/compare/json/json-schema-v0.2.0...json/json-schema-v0.2.1) (2024-02-14) + + +### 🐛 Bug Fixes + +* support "if" 1-arg shorthand ([#131](https://github.com/open-feature/flagd-schemas/issues/131)) ([463d33a](https://github.com/open-feature/flagd-schemas/commit/463d33a3895f1cd1149c9d99cdc5fb7981abd296)) + ## [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)