From 92c5186cb050b92a1f66f2b838902f17dcdd19d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 11:16:58 +0000 Subject: [PATCH] chore: release main (#74) :robot: I have created a release *beep* *boop* ---
json/json-schema: 0.1.1 ## [0.1.1](https://github.com/open-feature/schemas/compare/json/json-schema-v0.1.0...json/json-schema-v0.1.1) (2023-01-26) ### Bug Fixes * add ajv schema linting to pr workflow and validation fixes ([#71](https://github.com/open-feature/schemas/issues/71)) ([407a39c](https://github.com/open-feature/schemas/commit/407a39c2049e95ae1d80c28b68aa2658d597fbc5))
--- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- json/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 json/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9b0839f..31e0d96 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "protobuf": "0.2.8", - "json": "0.1.0" + "json": "0.1.1" } \ No newline at end of file diff --git a/json/CHANGELOG.md b/json/CHANGELOG.md new file mode 100644 index 0000000..38c0e9d --- /dev/null +++ b/json/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.1](https://github.com/open-feature/schemas/compare/json/json-schema-v0.1.0...json/json-schema-v0.1.1) (2023-01-26) + + +### Bug Fixes + +* add ajv schema linting to pr workflow and validation fixes ([#71](https://github.com/open-feature/schemas/issues/71)) ([407a39c](https://github.com/open-feature/schemas/commit/407a39c2049e95ae1d80c28b68aa2658d597fbc5))