From 4bd94aa3c1aa391406371d967f806dab8b692723 Mon Sep 17 00:00:00 2001 From: "app-token-issuer-engops[bot]" <144731339+app-token-issuer-engops[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:10:10 +0000 Subject: [PATCH] Version Packages --- .changeset/rotten-bats-enjoy.md | 5 ----- orchestrator/CHANGELOG.md | 6 ++++++ orchestrator/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/rotten-bats-enjoy.md diff --git a/.changeset/rotten-bats-enjoy.md b/.changeset/rotten-bats-enjoy.md deleted file mode 100644 index 2cfba2c..0000000 --- a/.changeset/rotten-bats-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@chainlink/orchestrator": patch ---- - -feat(feedsmanager): adds workflow key to update node diff --git a/orchestrator/CHANGELOG.md b/orchestrator/CHANGELOG.md index f038ecd..963e7e4 100644 --- a/orchestrator/CHANGELOG.md +++ b/orchestrator/CHANGELOG.md @@ -1,5 +1,11 @@ # @chainlink/orchestrator +## 0.3.1 + +### Patch Changes + +- [#38](https://github.com/smartcontractkit/chainlink-protos/pull/38) [`0aeb1b5`](https://github.com/smartcontractkit/chainlink-protos/commit/0aeb1b5e0a3695a875d04251df25ae92cb3dc575) Thanks [@MStreet3](https://github.com/MStreet3)! - feat(feedsmanager): adds workflow key to update node + ## 0.3.0 ### Minor Changes diff --git a/orchestrator/package.json b/orchestrator/package.json index 6f43e4d..42ca0df 100644 --- a/orchestrator/package.json +++ b/orchestrator/package.json @@ -1,5 +1,5 @@ { "name": "@chainlink/orchestrator", - "version": "0.3.0", + "version": "0.3.1", "private": true }