From 7fb489bc6db4c6946df7eafb38941fb9889c2eb5 Mon Sep 17 00:00:00 2001 From: Satish Ravi Date: Thu, 18 Aug 2022 16:42:23 -0700 Subject: [PATCH] chore(release): 0.3.7 (#66) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cd87a9c..e9cfd2f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.3.7](https://github.com/fiatconnect/fiatconnect-sdk/compare/v0.3.6...v0.3.7) (2022-08-18) + + +### Bug Fixes + +* **cookies:** reverted node's getter back to raw() ([#63](https://github.com/fiatconnect/fiatconnect-sdk/issues/63)) ([ef6344c](https://github.com/fiatconnect/fiatconnect-sdk/commit/ef6344c3e4ae178b90c1eb62ca51adbf739b5c10)) +* **package:** types, dependencies ([#64](https://github.com/fiatconnect/fiatconnect-sdk/issues/64)) ([59372d8](https://github.com/fiatconnect/fiatconnect-sdk/commit/59372d875a62ca84624111c7002b6580cc982e04)) + ### [0.3.6](https://github.com/fiatconnect/fiatconnect-sdk/compare/v0.3.5...v0.3.6) (2022-08-18) diff --git a/package.json b/package.json index d04aea5d..9b009ec9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fiatconnect/fiatconnect-sdk", - "version": "0.3.6", + "version": "0.3.7", "description": "A helper library for wallets to integrate with FiatConnect APIs", "scripts": { "format": "prettier --loglevel error --write \"./**/*.ts\"",