Skip to content

Commit

Permalink
chore(release): 0.9.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.9.1](v0.9.0...v0.9.1) (2024-05-14)

### Bug Fixes

* **api:** rollback deprecated protobuf generated code ([4d2479d](4d2479d)), closes [akash-network/console#184](akash-network/console#184)
  • Loading branch information
semantic-release-bot committed May 14, 2024
1 parent 4d2479d commit 635060b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.9.1](https://github.com/akash-network/akashjs/compare/v0.9.0...v0.9.1) (2024-05-14)


### Bug Fixes

* **api:** rollback deprecated protobuf generated code ([4d2479d](https://github.com/akash-network/akashjs/commit/4d2479d3695e858deff48675a6faec6208474632)), closes [akash-network/cloudmos#184](https://github.com/akash-network/cloudmos/issues/184)

## [0.9.0](https://github.com/akash-network/akashjs/compare/v0.8.1...v0.9.0) (2024-05-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@
"test:unit:watch": "jest --selectProjects unit --watch"
},
"types": "build/",
"version": "0.9.0"
"version": "0.9.1"
}

0 comments on commit 635060b

Please sign in to comment.