We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d40249f + 35c0c90 commit 6ba032cCopy full SHA for 6ba032c
3 files changed
CHANGELOG.md
@@ -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
+
5
# Web3API 0.0.1-prealpha.10
6
## Bug Fixes
7
* `@web3api/ens-plugin-js`: Fix the schema.
VERSION
@@ -1 +1 @@
-0.0.1-prealpha.10
+0.0.1-prealpha.11
packages/cli/package.json
@@ -9,7 +9,8 @@
9
},
10
"files": [
11
"build",
12
- "bin"
+ "bin",
13
+ "lang"
14
],
15
"bin": {
16
"w3": "bin/w3"
0 commit comments