Skip to content

Commit

Permalink
tdl v8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eilvelia committed Dec 20, 2024
1 parent bbbedd0 commit 14affb6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-tdl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13, windows-2022]
os: [ubuntu-latest, macos-13, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -41,7 +41,7 @@ jobs:
ldd packages/tdl/prebuilds/*-x64/*.node
file packages/tdl/prebuilds/*/*.node
du -hsc packages/tdl/prebuilds/*/*.node
- name: Prebuildify (x86_64 only)
- name: Prebuildify (macOS x86_64 and Windows x86_64)
if: runner.os != 'Linux'
run: npm run make-prebuild -w tdl -- --arch x64 --strip
- name: "Prebuildify: Crosscompile to arm64 Apple Silicon"
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- Hi! -->

## [email protected] (UNRELEASED)
## [email protected] (2024-12-20)

- Fixed a possible `TypeError: null is not an object` error in `client.login()`
if called from a database with an incomplete login attempt.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/tdl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tdl",
"version": "8.0.1",
"version": "8.0.2",
"description": "Node.js bindings to TDLib (Telegram Database library)",
"main": "dist/index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 14affb6

Please sign in to comment.