Skip to content

Commit

Permalink
chore(release): 0.7.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.7.1](v0.7.0...v0.7.1) (2024-05-07)

### Bug Fixes

* **certificates:** properly import lib ([5bb78af](5bb78af)), closes [#76](#76)
  • Loading branch information
semantic-release-bot committed May 7, 2024
1 parent 5bb78af commit 6f6cdf6
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.7.1](https://github.com/akash-network/akashjs/compare/v0.7.0...v0.7.1) (2024-05-07)


### Bug Fixes

* **certificates:** properly import lib ([5bb78af](https://github.com/akash-network/akashjs/commit/5bb78af350f4f609424506e9b5fbe0f8a958d85b)), closes [akash-network/akashjs#76](https://github.com/akash-network/akashjs/issues/76)

## [0.7.0](https://github.com/akash-network/akashjs/compare/v0.6.3...v0.7.0) (2024-05-07)


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

0 comments on commit 6f6cdf6

Please sign in to comment.