Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/alpha' into PE-6933-validation-util
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Nov 11, 2024
2 parents 30b08b2 + ac91bc9 commit ef398f2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit ef398f2

Please sign in to comment.