Skip to content

Commit

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

### Bug Fixes

* **sdl:** fallback credentials email to an empty string ([4657dc5](4657dc5)), closes [akash-network/console#133](akash-network/console#133)
  • Loading branch information
semantic-release-bot committed May 13, 2024
1 parent 4657dc5 commit d6d4fb3
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.8.1](https://github.com/akash-network/akashjs/compare/v0.8.0...v0.8.1) (2024-05-13)


### Bug Fixes

* **sdl:** fallback credentials email to an empty string ([4657dc5](https://github.com/akash-network/akashjs/commit/4657dc571f7164328c96d0092a7e93ec41fbc56a)), closes [akash-network/cloudmos#133](https://github.com/akash-network/cloudmos/issues/133)

## [0.8.0](https://github.com/akash-network/akashjs/compare/v0.7.1...v0.8.0) (2024-05-10)


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 @@ -105,5 +105,5 @@
"test:unit:watch": "jest --selectProjects unit --watch"
},
"types": "build/",
"version": "0.8.0"
"version": "0.8.1"
}

0 comments on commit d6d4fb3

Please sign in to comment.