Skip to content

Commit 6ba032c

Browse files
authored
Merge pull request #258 from Web3-API/prealpha-dev
Prep 0.0.1-prealpha.11
2 parents d40249f + 35c0c90 commit 6ba032c

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Web3API 0.0.1-prealpha.11
2+
## Bug Fixes
3+
* `@web3api/cli`: Include the internationalization JSON files in the published package.
4+
15
# Web3API 0.0.1-prealpha.10
26
## Bug Fixes
37
* `@web3api/ens-plugin-js`: Fix the schema.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1-prealpha.10
1+
0.0.1-prealpha.11

packages/cli/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
},
1010
"files": [
1111
"build",
12-
"bin"
12+
"bin",
13+
"lang"
1314
],
1415
"bin": {
1516
"w3": "bin/w3"

0 commit comments

Comments
 (0)