Skip to content

Commit

Permalink
chore(release): 0.6.3 [skip ci]
Browse files Browse the repository at this point in the history
## [0.6.3](v0.6.2...v0.6.3) (2024-05-03)

### Bug Fixes

* prevent duplicate persistent attribute when using ram storage ([6a821ef](6a821ef))
  • Loading branch information
semantic-release-bot committed May 3, 2024
1 parent 6a821ef commit b487a49
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.6.3](https://github.com/akash-network/akashjs/compare/v0.6.2...v0.6.3) (2024-05-03)


### Bug Fixes

* prevent duplicate persistent attribute when using ram storage ([6a821ef](https://github.com/akash-network/akashjs/commit/6a821efde40540fb33e9ec54073c82012d14f168))

## [0.6.2](https://github.com/akash-network/akashjs/compare/v0.6.1...v0.6.2) (2024-05-02)


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.6.2"
"version": "0.6.3"
}

0 comments on commit b487a49

Please sign in to comment.