Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.15.1...v2.0.0) (2023-09-22)

### Features

* update package.json exports field ([17f9c6f](17f9c6f))
* use tsx, biome and node --test ([61f018a](61f018a))

### BREAKING CHANGES

* use ES2022 and ESM as compile target
  • Loading branch information
semantic-release-bot committed Sep 22, 2023
1 parent 6903a22 commit 3399817
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.0.0](https://github.com/ducktors/turborepo-remote-cache/compare/v1.15.1...v2.0.0) (2023-09-22)


### Features

* update package.json exports field ([17f9c6f](https://github.com/ducktors/turborepo-remote-cache/commit/17f9c6ff67bd30f433dcb63d73c642464d8a6344))
* use tsx, biome and node --test ([61f018a](https://github.com/ducktors/turborepo-remote-cache/commit/61f018a10aaa6bd833b3a9055c1c596c6b00037c))


### BREAKING CHANGES

* use ES2022 and ESM as compile target

## [1.15.1](https://github.com/ducktors/turborepo-remote-cache/compare/v1.15.0...v1.15.1) (2023-09-20)


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

0 comments on commit 3399817

Please sign in to comment.