diff --git a/.changeset/polite-colts-hammer.md b/.changeset/polite-colts-hammer.md deleted file mode 100644 index 13f586d9..00000000 --- a/.changeset/polite-colts-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'davinci-github-actions': patch ---- - -- fix sha for jira deployment gh action diff --git a/CHANGELOG.md b/CHANGELOG.md index cb80d675..1de963a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # davinci-github-actions +## 9.0.1 + +### Patch Changes + +- [#192](https://github.com/toptal/davinci-github-actions/pull/192) [`6d59212`](https://github.com/toptal/davinci-github-actions/commit/6d592122aabca2eeadb965040f223e9c53911a1f) Thanks [@dmaklygin](https://github.com/dmaklygin)! +- fix sha for jira deployment gh action + ## 9.0.0 ### Major Changes diff --git a/package.json b/package.json index a943bea5..4d12ae19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davinci-github-actions", - "version": "9.0.0", + "version": "9.0.1", "description": "", "author": "Toptal", "license": "MIT",