From 07555e6d299c7bd6c232ee5759d8407968d58311 Mon Sep 17 00:00:00 2001 From: "app-token-issuer-releng-renovate[bot]" <142360764+app-token-issuer-releng-renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:46:24 +0000 Subject: [PATCH] Version Packages --- .changeset/red-balloons-decide.md | 7 ------- actions/llm-action-error-reporter/CHANGELOG.md | 11 +++++++++++ actions/llm-action-error-reporter/package.json | 2 +- 3 files changed, 12 insertions(+), 8 deletions(-) delete mode 100644 .changeset/red-balloons-decide.md diff --git a/.changeset/red-balloons-decide.md b/.changeset/red-balloons-decide.md deleted file mode 100644 index dd6d9509..00000000 --- a/.changeset/red-balloons-decide.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"llm-action-error-reporter": minor ---- - -following 0.3.1 patch, this pivots to use github scripts to update specific -comment id instead of deciding to update the last message if it's made by the -script, which has low spam reduction effect in bot-busy environments diff --git a/actions/llm-action-error-reporter/CHANGELOG.md b/actions/llm-action-error-reporter/CHANGELOG.md index f72853ca..e5917e25 100644 --- a/actions/llm-action-error-reporter/CHANGELOG.md +++ b/actions/llm-action-error-reporter/CHANGELOG.md @@ -1,5 +1,16 @@ # llm-action-error-reporter +## 0.4.0 + +### Minor Changes + +- [#680](https://github.com/smartcontractkit/.github/pull/680) + [`66ebbd3`](https://github.com/smartcontractkit/.github/commit/66ebbd39f99adf328699cb7d8efe8c765080f85b) + Thanks [@kalanyuz](https://github.com/kalanyuz)! - following 0.3.1 patch, this + pivots to use github scripts to update specific comment id instead of deciding + to update the last message if it's made by the script, which has low spam + reduction effect in bot-busy environments + ## 0.3.1 ### Patch Changes diff --git a/actions/llm-action-error-reporter/package.json b/actions/llm-action-error-reporter/package.json index 669ce30e..2efde22e 100644 --- a/actions/llm-action-error-reporter/package.json +++ b/actions/llm-action-error-reporter/package.json @@ -1,6 +1,6 @@ { "name": "llm-action-error-reporter", - "version": "0.3.1", + "version": "0.4.0", "description": "", "private": true, "scripts": {},