Skip to content

Commit

Permalink
chore(release): 0.3.7 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
satish-ravi authored Aug 18, 2022
1 parent ef6344c commit 7fb489b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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\"",
Expand Down

0 comments on commit 7fb489b

Please sign in to comment.