From e85b06bc6313f090ef7121b4dc30c46fb4a8c445 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 14 Oct 2022 05:38:04 +0000 Subject: [PATCH] chore(release): 1.7.0 [skip ci] # [1.7.0](https://github.com/ducktors/turborepo-remote-cache/compare/v1.6.7...v1.7.0) (2022-10-14) ### Features * trigger release of head support [#50](https://github.com/ducktors/turborepo-remote-cache/issues/50) ([bc3bd8a](https://github.com/ducktors/turborepo-remote-cache/commit/bc3bd8a4b83b87e65805f7a982201125436d1ccb)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1108796..be4a341f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.7.0](https://github.com/ducktors/turborepo-remote-cache/compare/v1.6.7...v1.7.0) (2022-10-14) + + +### Features + +* trigger release of head support [#50](https://github.com/ducktors/turborepo-remote-cache/issues/50) ([bc3bd8a](https://github.com/ducktors/turborepo-remote-cache/commit/bc3bd8a4b83b87e65805f7a982201125436d1ccb)) + +# [1.7.0](https://github.com/ducktors/turborepo-remote-cache/compare/v1.6.7...v1.7.0) (2022-10-14) + + +### Features + +* trigger release of head support [#50](https://github.com/ducktors/turborepo-remote-cache/issues/50) ([bc3bd8a](https://github.com/ducktors/turborepo-remote-cache/commit/bc3bd8a4b83b87e65805f7a982201125436d1ccb)) + ## [1.6.7](https://github.com/ducktors/turborepo-remote-cache/compare/v1.6.6...v1.6.7) (2022-10-11) diff --git a/package.json b/package.json index da752897..58f2985c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "turborepo-remote-cache", - "version": "1.6.7", + "version": "1.7.0", "description": "Turborepo remote cache server", "main": "build", "author": "Maksim Sinik ",