diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a4672bf..f19a1fc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.1-alpha.1](https://github.com/ardriveapp/turbo-sdk/compare/v1.9.0...v1.9.1-alpha.1) (2024-08-07) + + +### Bug Fixes + +* **build:** update build outputs for web and README ([74cce09](https://github.com/ardriveapp/turbo-sdk/commit/74cce094393672b1c96b795f6d1ab642d89b1bc9)) + # [1.9.0](https://github.com/ardriveapp/turbo-sdk/compare/v1.8.0...v1.9.0) (2024-05-06) diff --git a/package.json b/package.json index 645ad4b4..418a2820 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ardrive/turbo-sdk", - "version": "1.9.0", + "version": "1.9.1-alpha.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 5db8452f..34bdc260 100644 --- a/src/version.ts +++ b/src/version.ts @@ -16,4 +16,4 @@ */ // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH -export const version = '1.9.0'; +export const version = '1.9.1-alpha.1';