diff --git a/CHANGELOG.md b/CHANGELOG.md index cf8dd277..669f8bb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.16.1](https://github.com/ardriveapp/turbo-sdk/compare/v1.16.0...v1.16.1) (2024-09-13) + + +### Bug Fixes + +* bump kyvejs to resolve downstream errors PE-6664 ([3ccc0bf](https://github.com/ardriveapp/turbo-sdk/commit/3ccc0bf06daad6e6c182f4a13d955fc24a9097d7)) + # [1.16.0](https://github.com/ardriveapp/turbo-sdk/compare/v1.15.0...v1.16.0) (2024-09-12) diff --git a/package.json b/package.json index 64156ebe..64049487 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ardrive/turbo-sdk", - "version": "1.16.0", + "version": "1.16.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 1e0885c9..b0e6d4ee 100644 --- a/src/version.ts +++ b/src/version.ts @@ -16,4 +16,4 @@ */ // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH -export const version = '1.16.0'; +export const version = '1.16.1';