Skip to content

Commit b5c7b65

Browse files
author
223880
committed
release v1.0.29-beta
1 parent 256edf2 commit b5c7b65

7 files changed

+12
-6
lines changed

CHAGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
See last releases and versions
44

5+
## V1.0.29 - Beta
6+
7+
- Fixed typos and bugs
8+
- Update dependencies
9+
510
## V1.0.28 - Beta
611

712
- Fixed bugs

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "javascript-dlc"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["AreaLayer <arealayer.net>"]
55
edition = "2018"
66

MANIFEST.yml

+1-1
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.28-beta
5+
Version: 1.0.29-beta
66
Type: javascript
77

SECURITY.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ currently being supported with security updates.
2929
| v1.0.26-beta | :white_check_mark: |
3030
| v1.0.27-beta | :white_check_mark: |
3131
| v1.0.28-beta | :white_check_mark: |
32+
| v1.0.29-beta | :white_check_mark: |
3233

3334

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-dlc",
3-
"version": "1.0.28-beta",
3+
"version": "1.0.29-beta",
44
"description": "Javascript DLC library",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)