From 716650b0c591a4fef0569a9f832da78e63c0cd5b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Nov 2024 11:41:41 +0000 Subject: [PATCH] chore(release): 0.3.0-rc.3 ## [0.3.0-rc.3](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/compare/v0.3.0-rc.2...v0.3.0-rc.3) (2024-11-25) ### Bug Fixes * create artifact via metadata ([ba22a53](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/commit/ba22a538130c75d22aa119aeb403390ca35f9426)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6cce83..e2152c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.0-rc.3](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/compare/v0.3.0-rc.2...v0.3.0-rc.3) (2024-11-25) + + +### Bug Fixes + +* create artifact via metadata ([ba22a53](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/commit/ba22a538130c75d22aa119aeb403390ca35f9426)) + ## [0.3.0-rc.2](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/compare/v0.3.0-rc.1...v0.3.0-rc.2) (2024-11-22) diff --git a/package.json b/package.json index ad46df7..66609e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fingerprint-pro-fastly-compute-proxy-integration", - "version": "0.3.0-rc.2", + "version": "0.3.0-rc.3", "engines": { "node": ">=20" },