We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f7780d commit 8e6ad21Copy full SHA for 8e6ad21
CHANGELOG.md
@@ -1,9 +1,17 @@
1
## Changelog
2
3
+#### tglib v3.0.2
4
+
5
+- Fix WASM verbosity setting for TDLib 1.4.0 (provides official WASM suppor & example)
6
7
+-----
8
9
#### tglib v3.0.1
10
11
- Added a new high level API `client.tg.call`
12
13
14
15
#### tglib v3.0.0
16
17
WARNING: This release came with multiple breaking changes, please see README.md / examples for updated usages.
package.json
@@ -1,6 +1,6 @@
{
"name": "tglib",
- "version": "3.0.1",
+ "version": "3.0.2",
"author": "nodegin",
"license": "MIT",
"description": "TDLib (Telegram Database library) bindings for Node.js",
0 commit comments