diff --git a/.changeset/nice-seahorses-buy.md b/.changeset/nice-seahorses-buy.md deleted file mode 100644 index 32e21f54..00000000 --- a/.changeset/nice-seahorses-buy.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'davinci-github-actions': patch ---- - ---- -### yarn-install - -- fix for custom usage of path parameter. If path input parameter is used - use `yarn.lock` file from that path to generate cache hash. diff --git a/CHANGELOG.md b/CHANGELOG.md index 17867cde..01ad669f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # davinci-github-actions +## 16.0.1 + +### Patch Changes + +- [#364](https://github.com/toptal/davinci-github-actions/pull/364) [`524ad91`](https://github.com/toptal/davinci-github-actions/commit/524ad9168c1bbe6a48ad687996f55bc803c96364) Thanks [@denieler](https://github.com/denieler)! + +--- + +### yarn-install + +- fix for custom usage of path parameter. If path input parameter is used - use `yarn.lock` file from that path to generate cache hash. + ## 16.0.0 ### Major Changes diff --git a/package.json b/package.json index 356e0d76..b0147697 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "davinci-github-actions", - "version": "16.0.0", + "version": "16.0.1", "description": "", "author": "Toptal", "license": "MIT",