Skip to content

Commit

Permalink
chore(release): 2.1.0-alpha.3 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0-alpha.3](v2.1.0-alpha.2...v2.1.0-alpha.3) (2024-07-25)

### Bug Fixes

* **emitter:** add page size param for emitter to increase amount of records per page to 50k ([b6f2157](b6f2157))
* **types:** update type name to what contract returns ([99edbad](99edbad))
  • Loading branch information
semantic-release-bot committed Jul 25, 2024
1 parent ab9fad1 commit d43278e
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.1.0-alpha.3](https://github.com/ar-io/ar-io-sdk/compare/v2.1.0-alpha.2...v2.1.0-alpha.3) (2024-07-25)


### Bug Fixes

* **emitter:** add page size param for emitter to increase amount of records per page to 50k ([b6f2157](https://github.com/ar-io/ar-io-sdk/commit/b6f215763b5d7b3e713f0dbb1babca99ddd79dfe))
* **types:** update type name to what contract returns ([99edbad](https://github.com/ar-io/ar-io-sdk/commit/99edbad2fb4553d85c366d6c62466d984b42e7cf))

# [2.1.0-alpha.2](https://github.com/ar-io/ar-io-sdk/compare/v2.1.0-alpha.1...v2.1.0-alpha.2) (2024-07-16)


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.1.0-alpha.2",
"version": "2.1.0-alpha.3",
"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 @@ -17,4 +17,4 @@

// AUTOMATICALLY GENERATED FILE - DO NOT TOUCH

export const version = '2.1.0-alpha.2';
export const version = '2.1.0-alpha.3';

0 comments on commit d43278e

Please sign in to comment.