From c35ccbd52eb96592b796399b61e4f0ff6355d02e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 15 Dec 2023 09:42:49 +0000 Subject: [PATCH] chore(release): 1.4.1-rc.1 ## [1.4.1-rc.1](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/compare/v1.4.0...v1.4.1-rc.1) (2023-12-15) ### Bug Fixes * install node in the release buildspec ([c940d20](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/c940d20ce6a6352cd8f958203be270f37f0b6b2f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae955395..ae045a05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.1-rc.1](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/compare/v1.4.0...v1.4.1-rc.1) (2023-12-15) + + +### Bug Fixes + +* install node in the release buildspec ([c940d20](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/c940d20ce6a6352cd8f958203be270f37f0b6b2f)) + ## [1.4.0](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/compare/v1.3.3...v1.4.0) (2023-12-14) diff --git a/package.json b/package.json index 2e113812..f0f00d20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fingerprintjs/fingerprint-pro-cloudfront-lambda-function", - "version": "1.4.0", + "version": "1.4.1-rc.1", "description": "Fingerprint Pro CloudFront lambda@edge function", "author": "FingerprintJS, Inc (https://fingerprint.com)", "license": "MIT",