Skip to content

Commit eb7f7f9

Browse files
author
223880
committed
release v1.0.26-beta
1 parent 9feab6d commit eb7f7f9

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHAGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
See last releases and versions
44

5+
## V1.0.26 - Beta
6+
7+
- Fixed bugs and issues
8+
- Added bindings for Rust, C++ and TS
9+
510
## V1.0.25 - Beta
611

712
- Fixed imports for LDK

MANIFEST.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Name: Javascript-DLC
22
Authors: 23388 and Rsync
33
Software: FOSS
44
License: MIT
5-
Version: 1.0.24-beta
5+
Version: 1.0.26-beta
66
Type: javascript
77

SECURITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ currently being supported with security updates.
2626
| v1.0.23-beta | :white_check_mark: |
2727
| v1.0.24-beta | :white_check_mark: |
2828
| v1.0.25-beta | :white_check_mark: |
29+
| v1.0.26-beta | :white_check_mark: |
2930

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-dlc",
3-
"version": "1.0.25-beta",
3+
"version": "1.0.26-beta",
44
"description": "Javascript DLC library",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)