From 9b62d7e96049afecdc2192685765560eff112127 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 11 Jun 2024 08:12:16 +0000 Subject: [PATCH] chore(release): 2.2.1 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b9ad9e..085214c4 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 a49fe230..c044aaec 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",