From 720e79eae63d8c57a5ecd7d127b2f737d1fc2081 Mon Sep 17 00:00:00 2001 From: Andrew Haines Date: Fri, 15 Sep 2023 12:38:34 +0100 Subject: [PATCH] Add changelog entry Signed-off-by: Andrew Haines --- packages/core/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a5d33d9e..d498d8e9 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] +### Changed + +- Bump dependency on [uuid](https://github.com/uuidjs/uuid) to 9.0.1 ([#672](https://github.com/cerbos/cerbos-sdk-javascript/pull/672)) + ### Removed - Support for Node.js 16, which is now [end-of-life](https://github.com/nodejs/release#end-of-life-releases) ([#669](https://github.com/cerbos/cerbos-sdk-javascript/pull/669))