Skip to content

Commit c8162c1

Browse files
authored
chore(main): release channel 0.0.2 (#90)
1 parent 14d724b commit c8162c1

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.github/release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/homestar": "2.0.0",
3-
"packages/channel": "0.0.1",
3+
"packages/channel": "0.0.2",
44
"packages/ucan": "0.1.2",
55
"packages/client": "0.0.1",
66
"packages/eslint-config": "0.1.0"

packages/channel/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/channel-v0.0.1...channel-v0.0.2) (2024-02-12)
4+
5+
6+
### Bug Fixes
7+
8+
* export wasmify ([14d724b](https://github.com/fission-codes/stack/commit/14d724b80475165b8f737521ed1cf5d5c5e7c686))
9+
* initial commit ([195d342](https://github.com/fission-codes/stack/commit/195d342ef5cbb6905efe78d3bd0fd775b1076da7))

packages/channel/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/channel",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"description": "Communication channel between two peers over a generic transport using a generic codec to exchange data.",
66
"author": "Hugo Dias <hugomrdias@gmail.com> (hugodias.me)",
77
"license": "MIT",

0 commit comments

Comments
 (0)