diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eefc6ed..31e76d9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.13.2](https://github.com/ducktors/turborepo-remote-cache/compare/v1.13.1...v1.13.2) (2023-02-26) + + +### Bug Fixes + +* **docker:** bump node from 18.14.1-alpine3.17 to 18.14.2-alpine3.17 ([c4099cc](https://github.com/ducktors/turborepo-remote-cache/commit/c4099ccc4aa97dfaf72823c0294339268778ebef)) + ## [1.13.1](https://github.com/ducktors/turborepo-remote-cache/compare/v1.13.0...v1.13.1) (2023-02-20) diff --git a/package.json b/package.json index 9522ac9a..e4ab506b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "turborepo-remote-cache", - "version": "1.13.1", + "version": "1.13.2", "description": "Turborepo remote cache server", "main": "build", "author": "Maksim Sinik ",