Skip to content

Commit 8dc1ad8

Browse files
authored
chore(main): release eslint-config 0.1.1 (#137)
1 parent 5f575e2 commit 8dc1ad8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/channel": "0.0.2",
55
"packages/ucan": "0.2.0",
66
"packages/client": "0.0.1",
7-
"packages/eslint-config": "0.1.0"
7+
"packages/eslint-config": "0.1.1"
88
}

packages/eslint-config/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/fission-codes/stack/compare/eslint-config-v0.1.0...eslint-config-v0.1.1) (2024-03-08)
4+
5+
6+
### Bug Fixes
7+
8+
* export wasmify ([14d724b](https://github.com/fission-codes/stack/commit/14d724b80475165b8f737521ed1cf5d5c5e7c686))
9+
* update deps ([4feb653](https://github.com/fission-codes/stack/commit/4feb653eb925c8ea4c386b046588b488be7b3412))
10+
311
## [0.1.0](https://github.com/fission-codes/stack/compare/eslint-config-v0.0.4...eslint-config-v0.1.0) (2023-12-16)
412

513

packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fission-codes/eslint-config",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Fission eslint config.",
55
"author": "Hugo Dias <[email protected]> (hugodias.me)",
66
"license": "(Apache-2.0 AND MIT)",

0 commit comments

Comments
 (0)