From 770dc760b4395ca9e32160e7f233225038d9f982 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 Feb 2023 21:17:59 +0000 Subject: [PATCH] chore(release): 1.25.0 [skip ci] # [1.25.0](https://github.com/Basis-Theory/developers.basistheory.com/compare/v1.24.0...v1.25.0) (2023-02-07) ### Features * Updates fingerprinting and deduplication docs ([#61](https://github.com/Basis-Theory/developers.basistheory.com/issues/61)) ([b5edb07](https://github.com/Basis-Theory/developers.basistheory.com/commit/b5edb07371462fe93b8328577addce076e65830b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27deba73..f1d785e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.25.0](https://github.com/Basis-Theory/developers.basistheory.com/compare/v1.24.0...v1.25.0) (2023-02-07) + + +### Features + +* Updates fingerprinting and deduplication docs ([#61](https://github.com/Basis-Theory/developers.basistheory.com/issues/61)) ([b5edb07](https://github.com/Basis-Theory/developers.basistheory.com/commit/b5edb07371462fe93b8328577addce076e65830b)) + # [1.24.0](https://github.com/Basis-Theory/developers.basistheory.com/compare/v1.23.0...v1.24.0) (2023-02-06) diff --git a/package.json b/package.json index 0815065c..ad227338 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "developers-basistheory-com", - "version": "1.24.0", + "version": "1.25.0", "private": true, "scripts": { "docusaurus": "docusaurus",