diff --git a/CHANGELOG.md b/CHANGELOG.md index 37b08c5..bf5cd1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.1](https://github.com/ardriveapp/turbo-sdk/compare/v1.7.0...v1.7.1) (2024-04-25) + + +### Bug Fixes + +* **signer:** use web signer if .window exists PE-6055 ([90cbd56](https://github.com/ardriveapp/turbo-sdk/commit/90cbd5624da8c63ab56a4ef516120df4a8831b65)) + # [1.7.0-alpha.2](https://github.com/ardriveapp/turbo-sdk/compare/v1.7.0-alpha.1...v1.7.0-alpha.2) (2024-04-25) diff --git a/package.json b/package.json index 4e9ec50..91decb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ardrive/turbo-sdk", - "version": "1.7.0", + "version": "1.7.1", "main": "./lib/cjs/node/index.js", "types": "./lib/types/node/index.d.ts", "module": "./lib/esm/node/index.js", diff --git a/src/version.ts b/src/version.ts index 4edfac9..544d5dd 100644 --- a/src/version.ts +++ b/src/version.ts @@ -16,4 +16,4 @@ */ // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH -export const version = '1.7.0'; +export const version = '1.7.1';