diff --git a/CHANGELOG.md b/CHANGELOG.md index cc2d1494..20494271 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.1.0-alpha.11](https://github.com/ar-io/ar-io-sdk/compare/v2.1.0-alpha.10...v2.1.0-alpha.11) (2024-08-08) + + +### Bug Fixes + +* **register:** update spawn ant to register at end of spawn ([4320c80](https://github.com/ar-io/ar-io-sdk/commit/4320c803bec96eedf4fe4bd5456a5eaa4ac9ae88)) + ## [2.0.2](https://github.com/ar-io/ar-io-sdk/compare/v2.0.1...v2.0.2) (2024-07-12) diff --git a/package.json b/package.json index a405a705..ce9c65bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ar.io/sdk", - "version": "2.1.0-alpha.9", + "version": "2.1.0-alpha.11", "repository": { "type": "git", "url": "git+https://github.com/ar-io/ar-io-sdk.git" diff --git a/src/version.ts b/src/version.ts index 98eb6c3c..f34308a0 100644 --- a/src/version.ts +++ b/src/version.ts @@ -17,4 +17,4 @@ // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH -export const version = '2.1.0-alpha.10'; +export const version = '2.1.0-alpha.11';