diff --git a/CHANGELOG.md b/CHANGELOG.md index 247b21c..4dfb952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.1.0](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/compare/v0.0.0...v0.1.0) (2024-10-29) + + +### Features + +* initial version ([df2f710](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/commit/df2f710261c5100796d4d9a7702c51596f4c3232)) + ## [0.1.0-rc.1](https://github.com/fingerprintjs/fingerprint-pro-fastly-compute-proxy-integration/compare/v0.0.0...v0.1.0-rc.1) (2024-10-29) diff --git a/package.json b/package.json index 613d67b..915a344 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fingerprint-pro-fastly-compute-proxy-integration", - "version": "0.1.0-rc.1", + "version": "0.1.0", "engines": { "node": ">=20" },