From 607f3e6a567e46b4f1bb7229ad21cbbbb87292cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 17:36:11 +0800 Subject: [PATCH] Version packages (#286) --- .changeset/curvy-cows-promise.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/curvy-cows-promise.md diff --git a/.changeset/curvy-cows-promise.md b/.changeset/curvy-cows-promise.md deleted file mode 100644 index 0ef25d4d..00000000 --- a/.changeset/curvy-cows-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'davinci-github-actions': patch ---- - -- fix major version detection in `notify-jira-about-contribution` action diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e61bac5..532f5a50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # davinci-github-actions +## 12.9.4 + +### Patch Changes + +- [#280](https://github.com/toptal/davinci-github-actions/pull/280) [`4d54b62`](https://github.com/toptal/davinci-github-actions/commit/4d54b62ccde2c0173029deae695906636e15eed7) Thanks [@sashuk](https://github.com/sashuk)! +- fix major version detection in `notify-jira-about-contribution` action + ## 12.9.3 ### Patch Changes diff --git a/package.json b/package.json index ebebd5e8..c06a2a52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davinci-github-actions", - "version": "12.9.3", + "version": "12.9.4", "description": "", "author": "Toptal", "license": "MIT",