Skip to content

Commit 8e6ad21

Browse files
committed
version 3.0.2
1 parent 1f7780d commit 8e6ad21

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
## Changelog
22

3+
#### tglib v3.0.2
4+
5+
- Fix WASM verbosity setting for TDLib 1.4.0 (provides official WASM suppor & example)
6+
7+
-----
8+
39
#### tglib v3.0.1
410

511
- Added a new high level API `client.tg.call`
612

13+
-----
14+
715
#### tglib v3.0.0
816

917
WARNING: This release came with multiple breaking changes, please see README.md / examples for updated usages.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tglib",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"author": "nodegin",
55
"license": "MIT",
66
"description": "TDLib (Telegram Database library) bindings for Node.js",

0 commit comments

Comments
 (0)