diff --git a/.changeset/chilled-turkeys-exist.md b/.changeset/chilled-turkeys-exist.md deleted file mode 100644 index 12df946f..00000000 --- a/.changeset/chilled-turkeys-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'davinci-github-actions': minor ---- - -- use GSM in workflows diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b0c3700..b1bd1dfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # davinci-github-actions +## 12.5.0 + +### Minor Changes + +- [#240](https://github.com/toptal/davinci-github-actions/pull/240) [`0541d45`](https://github.com/toptal/davinci-github-actions/commit/0541d45c4912ee4898f53f6351ac6e13affc7c63) Thanks [@serbantarmure](https://github.com/serbantarmure)! +- use GSM in workflows + ## 12.4.0 ### Minor Changes diff --git a/package.json b/package.json index d876739c..1d4351c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davinci-github-actions", - "version": "12.4.0", + "version": "12.5.0", "description": "", "author": "Toptal", "license": "MIT",