From d5ca357ede2d9256056fd40f86c5dc0b59794156 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 10:38:35 +0200 Subject: [PATCH] chore: version packages (#14) Co-authored-by: github-actions[bot] --- .changeset/funny-geese-tickle.md | 9 --------- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/funny-geese-tickle.md diff --git a/.changeset/funny-geese-tickle.md b/.changeset/funny-geese-tickle.md deleted file mode 100644 index 877c680..0000000 --- a/.changeset/funny-geese-tickle.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'davinci-github-actions': patch ---- - ---- - -### notify-jira-about-contribution - -- escape title parameter for JIRA ticket diff --git a/CHANGELOG.md b/CHANGELOG.md index b5d4937..fc42764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # davinci-github-actions +## 3.0.4 + +### Patch Changes + +- [#13](https://github.com/toptal/davinci-github-actions/pull/13) [`c8f5528`](https://github.com/toptal/davinci-github-actions/commit/c8f5528ecf1fbf8bdffabe81044e24af007b777d) Thanks [@LashaJini](https://github.com/LashaJini)! - --- + + ### notify-jira-about-contribution + + - escape title parameter for JIRA ticket + ## 3.0.3 ### Patch Changes diff --git a/package.json b/package.json index 1d7ae70..3022f66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davinci-github-actions", - "version": "3.0.3", + "version": "3.0.4", "description": "", "author": "Toptal", "license": "MIT",