Skip to content

Commit

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

### Features

* **certificates:** implement certificate manager ([1da68e8](1da68e8)), closes [#76](#76)

### Bug Fixes

* **certificates:** adjust cert fields names ([21699d8](21699d8)), closes [#76](#76)
  • Loading branch information
semantic-release-bot committed May 13, 2024
1 parent 21699d8 commit 2ea1e63
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.9.0](https://github.com/akash-network/akashjs/compare/v0.8.1...v0.9.0) (2024-05-13)


### Features

* **certificates:** implement certificate manager ([1da68e8](https://github.com/akash-network/akashjs/commit/1da68e87782ccd368ee2ef5fef546a576fa47dbb)), closes [akash-network/akashjs#76](https://github.com/akash-network/akashjs/issues/76)


### Bug Fixes

* **certificates:** adjust cert fields names ([21699d8](https://github.com/akash-network/akashjs/commit/21699d8122996ea75f12d18d7c78276a3abcb595)), closes [akash-network/akashjs#76](https://github.com/akash-network/akashjs/issues/76)

## [0.8.1](https://github.com/akash-network/akashjs/compare/v0.8.0...v0.8.1) (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.8.1"
"version": "0.9.0"
}

0 comments on commit 2ea1e63

Please sign in to comment.