Skip to content

Commit

Permalink
chore(release): 2.0.3-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.3-alpha.1](v2.0.2...v2.0.3-alpha.1) (2024-07-12)

### Bug Fixes

* **arns:** update event emitter to provide more events and logs while loading arns records ([8775896](8775896))
* **events:** use arns name space for events ([1d67dfe](1d67dfe))
* use custom event names to avoid overlap ([5b919ac](5b919ac))
  • Loading branch information
semantic-release-bot committed Jul 12, 2024
1 parent 9a54bc3 commit e6b7b8a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.0.3-alpha.1](https://github.com/ar-io/ar-io-sdk/compare/v2.0.2...v2.0.3-alpha.1) (2024-07-12)


### Bug Fixes

* **arns:** update event emitter to provide more events and logs while loading arns records ([8775896](https://github.com/ar-io/ar-io-sdk/commit/87758966e54b9563e8153feb07bba808a110aa5b))
* **events:** use arns name space for events ([1d67dfe](https://github.com/ar-io/ar-io-sdk/commit/1d67dfe1f7a4766bbce6cf5a55438f33423f660f))
* use custom event names to avoid overlap ([5b919ac](https://github.com/ar-io/ar-io-sdk/commit/5b919ac483778673527e0535a5aec8b06e6ce68e))

## [2.0.2](https://github.com/ar-io/ar-io-sdk/compare/v2.0.1...v2.0.2) (2024-07-12)


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.0.2",
"version": "2.0.3-alpha.1",
"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.0.2';
export const version = '2.0.3-alpha.1';

0 comments on commit e6b7b8a

Please sign in to comment.