Skip to content

Commit

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

### Bug Fixes

* **apis:** remove epoch from distributions and observations ([7b2d279](7b2d279))
* **ario:** formatting ([c61570a](c61570a))
* **naming:** change epoch to epochStartHeight ([908971c](908971c))

### Features

* **ario contract:** add distributions and observation apis ([21e38d1](21e38d1))
* **contract:** add distribution, observations apis, update readme and examples ([0208317](0208317))
* **PE-5759:** observations and distributions apis ([#16](#16)) ([dded361](dded361))
  • Loading branch information
semantic-release-bot committed Mar 15, 2024
1 parent dded361 commit 1b6772e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.0.0-alpha.7](https://github.com/ar-io/ar-io-sdk/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2024-03-15)


### Bug Fixes

* **apis:** remove epoch from distributions and observations ([7b2d279](https://github.com/ar-io/ar-io-sdk/commit/7b2d2799d534378183122ef986fc3bd75755558e))
* **ario:** formatting ([c61570a](https://github.com/ar-io/ar-io-sdk/commit/c61570ac609566d294d6c42b97ba65b91ef81d9c))
* **naming:** change epoch to epochStartHeight ([908971c](https://github.com/ar-io/ar-io-sdk/commit/908971c273aaac20ab320e867ec1e790706a11f3))


### Features

* **ario contract:** add distributions and observation apis ([21e38d1](https://github.com/ar-io/ar-io-sdk/commit/21e38d1229e640a1cec685f491b1b07b84ee6a56))
* **contract:** add distribution, observations apis, update readme and examples ([0208317](https://github.com/ar-io/ar-io-sdk/commit/0208317c211d659afbbc55d06345a0c33cd076eb))
* **PE-5759:** observations and distributions apis ([#16](https://github.com/ar-io/ar-io-sdk/issues/16)) ([dded361](https://github.com/ar-io/ar-io-sdk/commit/dded3619784561b416297855724fc5924a1cd1d0))

# [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)


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.6",
"version": "1.0.0-alpha.7",
"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.6';
export const version = '1.0.0-alpha.7';

0 comments on commit 1b6772e

Please sign in to comment.