diff --git a/CHANGELOG.md b/CHANGELOG.md index 58f2518a..ca8e3cca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [2.4.0-alpha.13](https://github.com/ar-io/ar-io-sdk/compare/v2.4.0-alpha.12...v2.4.0-alpha.13) (2024-11-11) + + +### Bug Fixes + +* **exports:** add exports to barrel file ([fec094e](https://github.com/ar-io/ar-io-sdk/commit/fec094e3095f54a2b14c6427dae50642bd5af16e)) +* **exports:** dont export http stuff) ([d6369aa](https://github.com/ar-io/ar-io-sdk/commit/d6369aa0a722abbe468eb0e73423b1b757dbf0ee)) + # [2.4.0-alpha.12](https://github.com/ar-io/ar-io-sdk/compare/v2.4.0-alpha.11...v2.4.0-alpha.12) (2024-11-07) diff --git a/package.json b/package.json index f5de23bd..73f69090 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ar.io/sdk", - "version": "2.4.0-alpha.12", + "version": "2.4.0-alpha.13", "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 6c31645e..16d28fb9 100644 --- a/src/version.ts +++ b/src/version.ts @@ -16,4 +16,4 @@ // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH -export const version = '2.4.0-alpha.12'; +export const version = '2.4.0-alpha.13';