From 1341f77517e107924833499f404817db21fec3e2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 16 May 2024 15:26:17 +0000 Subject: [PATCH] chore(release): 2.0.1 ## [2.0.1](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/compare/v2.0.0...v2.0.1) (2024-05-16) ### Bug Fixes * use default AllViewer policy for e2e tests ([8dfe8d5](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/8dfe8d502145d5b5881086e1bf63d88ed8904274)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1abc45ca..d14de31c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.1](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/compare/v2.0.0...v2.0.1) (2024-05-16) + + +### Bug Fixes + +* use default AllViewer policy for e2e tests ([8dfe8d5](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/8dfe8d502145d5b5881086e1bf63d88ed8904274)) + ## [2.0.1-rc.1](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/compare/v2.0.0...v2.0.1-rc.1) (2024-05-16) diff --git a/package.json b/package.json index 09f1cd38..594d8947 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fingerprintjs/fingerprint-pro-cloudfront-lambda-function", - "version": "2.0.1-rc.1", + "version": "2.0.1", "description": "Fingerprint Pro CloudFront lambda@edge function", "author": "FingerprintJS, Inc (https://fingerprint.com)", "license": "MIT",