diff --git a/.changeset/swift-seas-happen.md b/.changeset/swift-seas-happen.md deleted file mode 100644 index 590733b6..00000000 --- a/.changeset/swift-seas-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'davinci-github-actions': minor ---- - -- Add ability to specify a custom davinci branch in build-push-image GH Action diff --git a/CHANGELOG.md b/CHANGELOG.md index fc427643..3277bf71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # davinci-github-actions +## 3.1.0 + +### Minor Changes + +- [#16](https://github.com/toptal/davinci-github-actions/pull/16) [`7e50715`](https://github.com/toptal/davinci-github-actions/commit/7e50715383d0086fb93d01e2222c1e518c60dadf) Thanks [@dmaklygin](https://github.com/dmaklygin)! - - Add ability to specify a custom davinci branch in build-push-image GH Action + ## 3.0.4 ### Patch Changes diff --git a/package.json b/package.json index 3022f66e..eef93db5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davinci-github-actions", - "version": "3.0.4", + "version": "3.1.0", "description": "", "author": "Toptal", "license": "MIT",