Skip to content

Commit

Permalink
chore: release main (#332)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 18, 2023
1 parent 62b6a80 commit 8aea2e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"wnfs-common": "0.1.23",
"wnfs-hamt": "0.1.23",
"wnfs-nameaccumulator": "0.1.24",
"wnfs-wasm": "0.1.24",
"wnfs-wasm": "0.1.25",
"wnfs-bench": "0.1.24"
}
7 changes: 7 additions & 0 deletions wnfs-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
* dependencies
* wnfs bumped from 0.1.19 to 0.1.20

## [0.1.25](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-wasm-v0.1.24...wnfs-wasm-v0.1.25) (2023-08-18)


### Bug Fixes

* bump package.json version number to 0.1.24 ([#331](https://github.com/wnfs-wg/rs-wnfs/issues/331)) ([62b6a80](https://github.com/wnfs-wg/rs-wnfs/commit/62b6a809f6a891caa0f4ec1d8ef6d54113f92119))

## [0.1.24](https://github.com/wnfs-wg/rs-wnfs/compare/wnfs-wasm-v0.1.23...wnfs-wasm-v0.1.24) (2023-08-17)


Expand Down
2 changes: 1 addition & 1 deletion wnfs-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wnfs-wasm"
version = "0.1.24"
version = "0.1.25"
description = "WebNative Filesystem API (WebAssembly)"
keywords = ["wnfs", "wasm", "webnative", "ipfs", "decentralisation"]
categories = [
Expand Down

0 comments on commit 8aea2e0

Please sign in to comment.