From c80ee7675164505b4f2d46ede421a106937bf04a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 1 Dec 2022 17:24:42 +0000 Subject: [PATCH] chore(release): 1.76.0 [skip ci] # [1.76.0](https://github.com/Basis-Theory/docs/compare/v1.75.0...v1.76.0) (2022-12-01) ### Features * fix proxy examples ([#248](https://github.com/Basis-Theory/docs/issues/248)) ([66711a5](https://github.com/Basis-Theory/docs/commit/66711a5e50ee79b1c39278a3cb37283d03578b23)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2944bd7..73436552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.76.0](https://github.com/Basis-Theory/docs/compare/v1.75.0...v1.76.0) (2022-12-01) + + +### Features + +* fix proxy examples ([#248](https://github.com/Basis-Theory/docs/issues/248)) ([66711a5](https://github.com/Basis-Theory/docs/commit/66711a5e50ee79b1c39278a3cb37283d03578b23)) + # [1.75.0](https://github.com/Basis-Theory/docs/compare/v1.74.0...v1.75.0) (2022-12-01) diff --git a/package.json b/package.json index ca846326..1024022b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "basistheory-docs", - "version": "1.75.0", + "version": "1.76.0", "description": "Basis Theory Docs", "repository": "https://github.com/Basis-Theory/docs", "author": "Basis Theory",