From c7eaa7bd1f277c9d198f1ccee1d81b069c8d2f51 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 Apr 2024 10:01:25 +0000 Subject: [PATCH] chore(release): 2.1.2 [skip ci] ## [2.1.2](https://github.com/ducktors/turborepo-remote-cache/compare/v2.1.1...v2.1.2) (2024-04-08) ### Bug Fixes * package.json to reduce vulnerabilities ([473f191](https://github.com/ducktors/turborepo-remote-cache/commit/473f191ca2545b7fe299d2881e401f0e6bf59220)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ea3a23..5033326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.2](https://github.com/ducktors/turborepo-remote-cache/compare/v2.1.1...v2.1.2) (2024-04-08) + + +### Bug Fixes + +* package.json to reduce vulnerabilities ([473f191](https://github.com/ducktors/turborepo-remote-cache/commit/473f191ca2545b7fe299d2881e401f0e6bf59220)) + ## [2.1.1](https://github.com/ducktors/turborepo-remote-cache/compare/v2.1.0...v2.1.1) (2024-04-08) diff --git a/package.json b/package.json index 6f18710..c603379 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "turborepo-remote-cache", - "version": "2.1.1", + "version": "2.1.2", "description": "Turborepo remote cache server", "main": "./dist/app.js", "type": "module",