diff --git a/.changeset/slimy-elephants-impress.md b/.changeset/slimy-elephants-impress.md deleted file mode 100644 index fa047158..00000000 --- a/.changeset/slimy-elephants-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'davinci-github-actions': major ---- - -- bump node version to 18 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d0159c1..65e0860f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # davinci-github-actions +## 11.0.0 + +### Major Changes + +- [#214](https://github.com/toptal/davinci-github-actions/pull/214) [`772025f`](https://github.com/toptal/davinci-github-actions/commit/772025fab6acea12aa5196026f2e949d277fc9ab) Thanks [@dmaklygin](https://github.com/dmaklygin)! +- bump node version to 18 + ## 10.1.0 ### Minor Changes diff --git a/package.json b/package.json index cd878093..4c9145f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davinci-github-actions", - "version": "10.1.0", + "version": "11.0.0", "description": "", "author": "Toptal", "license": "MIT",