Skip to content

Commit f9e9d7c

Browse files
committed
chore(main): release client 0.0.2
1 parent 603a39d commit f9e9d7c

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.github/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packages/homestar-wit": "0.0.3",
44
"packages/channel": "0.0.2",
55
"packages/ucan": "0.2.0",
6-
"packages/client": "0.0.1",
6+
"packages/client": "0.0.2",
77
"packages/eslint-config": "0.1.1"
88
}

packages/client/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## [0.0.2](https://github.com/fission-codes/stack/compare/client-v0.0.1...client-v0.0.2) (2024-03-12)
4+
5+
6+
### Bug Fixes
7+
8+
* export wasmify ([14d724b](https://github.com/fission-codes/stack/commit/14d724b80475165b8f737521ed1cf5d5c5e7c686))
9+
* initial client commit ([4915957](https://github.com/fission-codes/stack/commit/4915957c1ec7a2e1e715f975e26734b5d17c1406))

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@fission-codes/client",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"description": "Fission server client.",
66
"author": "Hugo Dias <[email protected]> (hugodias.me)",
77
"license": "MIT",

0 commit comments

Comments
 (0)