From 9622db9b490ed61ca668b0faeda22a253e7117f2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 13 Oct 2023 10:20:07 +0000 Subject: [PATCH] chore(release): 2.0.2 [skip ci] ## [2.0.2](https://github.com/ducktors/turborepo-remote-cache/compare/v2.0.1...v2.0.2) (2023-10-13) ### Bug Fixes * **docker:** bump node from 18.18.0-alpine3.17 to 18.18.1-alpine3.17 ([5f00985](https://github.com/ducktors/turborepo-remote-cache/commit/5f00985bffab16e861ab06c0d1f2faea7b79130a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed20c936..f0697502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.2](https://github.com/ducktors/turborepo-remote-cache/compare/v2.0.1...v2.0.2) (2023-10-13) + + +### Bug Fixes + +* **docker:** bump node from 18.18.0-alpine3.17 to 18.18.1-alpine3.17 ([5f00985](https://github.com/ducktors/turborepo-remote-cache/commit/5f00985bffab16e861ab06c0d1f2faea7b79130a)) + ## [2.0.1](https://github.com/ducktors/turborepo-remote-cache/compare/v2.0.0...v2.0.1) (2023-09-25) diff --git a/package.json b/package.json index a6f1aba5..97f0146a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "turborepo-remote-cache", - "version": "2.0.1", + "version": "2.0.2", "description": "Turborepo remote cache server", "main": "./dist/app.js", "type": "module",