From 72ea6740d565d57d204e9f9fc6159c7cf3c2490e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 21 Nov 2023 11:03:16 +0000 Subject: [PATCH] chore(release): 2.0.5 [skip ci] ## [2.0.5](https://github.com/ducktors/turborepo-remote-cache/compare/v2.0.4...v2.0.5) (2023-11-21) ### Bug Fixes * **docker:** bump node from 21.1.0-alpine3.17 to 21.2.0-alpine3.17 ([adde832](https://github.com/ducktors/turborepo-remote-cache/commit/adde8327e8a5056e175b42282fd68532448c19cd)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a95ea07..0aa027ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.5](https://github.com/ducktors/turborepo-remote-cache/compare/v2.0.4...v2.0.5) (2023-11-21) + + +### Bug Fixes + +* **docker:** bump node from 21.1.0-alpine3.17 to 21.2.0-alpine3.17 ([adde832](https://github.com/ducktors/turborepo-remote-cache/commit/adde8327e8a5056e175b42282fd68532448c19cd)) + ## [2.0.4](https://github.com/ducktors/turborepo-remote-cache/compare/v2.0.3...v2.0.4) (2023-11-03) diff --git a/package.json b/package.json index abdac3aa..7e8a4776 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "turborepo-remote-cache", - "version": "2.0.4", + "version": "2.0.5", "description": "Turborepo remote cache server", "main": "./dist/app.js", "type": "module",