Skip to content

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.1](v2.0.0...v2.0.1) (2023-09-25)

### Bug Fixes

* update Vercel function handler ([8f9d5bb](8f9d5bb))
  • Loading branch information
semantic-release-bot committed Sep 25, 2023
1 parent 3421532 commit f22369a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.1](https://github.com/ducktors/turborepo-remote-cache/compare/v2.0.0...v2.0.1) (2023-09-25)


### Bug Fixes

* update Vercel function handler ([8f9d5bb](https://github.com/ducktors/turborepo-remote-cache/commit/8f9d5bb1bca9c583fa7d698148e0f96bd81cc2b1))

# [2.0.0](https://github.com/ducktors/turborepo-remote-cache/compare/v1.15.1...v2.0.0) (2023-09-22)


Expand Down
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turborepo-remote-cache",
"version": "2.0.0",
"version": "2.0.1",
"description": "Turborepo remote cache server",
"main": "./dist/app.js",
"type": "module",
Expand Down Expand Up @@ -97,6 +97,15 @@
"node": ">=18.0.0"
},
"packageManager": "[email protected]",
"keywords": ["turborepo", "monorepo", "remote", "cache"],
"files": ["api", "dist", "vercel.json"]
"keywords": [
"turborepo",
"monorepo",
"remote",
"cache"
],
"files": [
"api",
"dist",
"vercel.json"
]
}

0 comments on commit f22369a

Please sign in to comment.