Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.6 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.6](v1.0.0-alpha.5...v1.0.0-alpha.6) (2024-03-13)

### Features

* **observers:** add API for fetching prescribed observers ([a18e130](a18e130))
* **observers:** add API for fetching prescribed observers ([#17](#17)) ([17ce6de](17ce6de))
  • Loading branch information
semantic-release-bot committed Mar 13, 2024
1 parent 17ce6de commit 6080465
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 @@
# [1.0.0-alpha.6](https://github.com/ar-io/ar-io-sdk/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2024-03-13)


### Features

* **observers:** add API for fetching prescribed observers ([a18e130](https://github.com/ar-io/ar-io-sdk/commit/a18e1306b185143b3b44416da168bf0610418d9c))
* **observers:** add API for fetching prescribed observers ([#17](https://github.com/ar-io/ar-io-sdk/issues/17)) ([17ce6de](https://github.com/ar-io/ar-io-sdk/commit/17ce6de4aea61e5f97c999cdc96011dd911f7ad6))

# [1.0.0-alpha.5](https://github.com/ar-io/ar-io-sdk/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2024-03-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": "1.0.0-alpha.5",
"version": "1.0.0-alpha.6",
"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 = '1.0.0-alpha.5';
export const version = '1.0.0-alpha.6';

0 comments on commit 6080465

Please sign in to comment.