From 6a1e94c36c2fa170dbdbb5215d0afe5c99b41996 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 10:12:10 -0400 Subject: [PATCH] chore: release main (#100) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* ---
protobuf: 0.4.0 ## [0.4.0](https://github.com/open-feature/schemas/compare/protobuf-v0.3.1...protobuf-v0.4.0) (2023-07-25) ### ⚠ BREAKING CHANGES * use ts-proto for node ([#99](https://github.com/open-feature/schemas/issues/99)) ### ✨ New Features * use ts-proto for node ([#99](https://github.com/open-feature/schemas/issues/99)) ([33e127c](https://github.com/open-feature/schemas/commit/33e127c1fc8da11c53d44e843b425065e0844b0b))
--- 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 +- protobuf/CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7de7def..e257b27 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "protobuf": "0.3.1", + "protobuf": "0.4.0", "json": "0.1.1" } \ No newline at end of file diff --git a/protobuf/CHANGELOG.md b/protobuf/CHANGELOG.md index 4022969..cbff745 100644 --- a/protobuf/CHANGELOG.md +++ b/protobuf/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.4.0](https://github.com/open-feature/schemas/compare/protobuf-v0.3.1...protobuf-v0.4.0) (2023-07-25) + + +### ⚠ BREAKING CHANGES + +* use ts-proto for node ([#99](https://github.com/open-feature/schemas/issues/99)) + +### ✨ New Features + +* use ts-proto for node ([#99](https://github.com/open-feature/schemas/issues/99)) ([33e127c](https://github.com/open-feature/schemas/commit/33e127c1fc8da11c53d44e843b425065e0844b0b)) + ## [0.3.1](https://github.com/open-feature/schemas/compare/protobuf-v0.3.0...protobuf-v0.3.1) (2023-07-20)