diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b9ad9..085214c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.1](https://github.com/ducktors/turborepo-remote-cache/compare/v2.2.0...v2.2.1) (2024-06-11) + + +### Bug Fixes + +* raise the bodyLimit to 50MB from 1MB ([968f422](https://github.com/ducktors/turborepo-remote-cache/commit/968f42254053988157cbfef147c73f5d76c22c9a)) + # [2.2.0](https://github.com/ducktors/turborepo-remote-cache/compare/v2.1.5...v2.2.0) (2024-06-10) diff --git a/package.json b/package.json index a49fe23..c044aae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "turborepo-remote-cache", - "version": "2.2.0", + "version": "2.2.1", "description": "Turborepo remote cache server", "main": "./dist/app.js", "type": "module",