From 1bd77f083180d0b491f38c3f8a00331a85e78c46 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 8 Apr 2024 10:38:11 +0000 Subject: [PATCH] chore(release): 1.4.0 ## [1.4.0](https://github.com/fingerprintjs/fingerprint-pro-azure-integration/compare/v1.3.0...v1.4.0) (2024-04-08) ### Features * update dependencies ([40fb0a7](https://github.com/fingerprintjs/fingerprint-pro-azure-integration/commit/40fb0a7cfa5cebe7f682ea66083c90b88a11e00c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8183ad6c..144469b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.0](https://github.com/fingerprintjs/fingerprint-pro-azure-integration/compare/v1.3.0...v1.4.0) (2024-04-08) + + +### Features + +* update dependencies ([40fb0a7](https://github.com/fingerprintjs/fingerprint-pro-azure-integration/commit/40fb0a7cfa5cebe7f682ea66083c90b88a11e00c)) + ## [1.4.0-rc.1](https://github.com/fingerprintjs/fingerprint-pro-azure-integration/compare/v1.3.0...v1.4.0-rc.1) (2024-04-08) diff --git a/package.json b/package.json index 70d3d115..94b95c91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fingerprintjs/fingerprint-pro-azure-integration", - "version": "1.4.0-rc.1", + "version": "1.4.0", "license": "MIT", "sideEffects": false, "private": true,