From c00333e0a51d36adc42a77c7750199c951031a0d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 19 Nov 2024 18:12:00 +0000 Subject: [PATCH] chore(release): 2.2.5 [skip ci] ## [2.2.5](https://github.com/ducktors/turborepo-remote-cache/compare/v2.2.4...v2.2.5) (2024-11-19) ### Bug Fixes * **deps:** bump cross-spawn from 6.0.5 to 6.0.6 ([cba4fbd](https://github.com/ducktors/turborepo-remote-cache/commit/cba4fbdc4bafc366a39eb87143d950470ec0f33f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b17d95c..643a891c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.5](https://github.com/ducktors/turborepo-remote-cache/compare/v2.2.4...v2.2.5) (2024-11-19) + + +### Bug Fixes + +* **deps:** bump cross-spawn from 6.0.5 to 6.0.6 ([cba4fbd](https://github.com/ducktors/turborepo-remote-cache/commit/cba4fbdc4bafc366a39eb87143d950470ec0f33f)) + ## [2.2.4](https://github.com/ducktors/turborepo-remote-cache/compare/v2.2.3...v2.2.4) (2024-11-15) diff --git a/package.json b/package.json index 354f4632..2bf8d99c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "turborepo-remote-cache", - "version": "2.2.4", + "version": "2.2.5", "description": "Turborepo remote cache server", "main": "./dist/app.js", "type": "module",