Skip to content

Commit

Permalink
chore(pkg): wg-lua v0.1.1
Browse files Browse the repository at this point in the history
-    Fixed luau types (renamed `generatePrivateKey` to `generatePublicKey`)
-    `generatePublicKey` now accepts base64 encoded strings as the private key input.
-    CI improvements, package script updates.
-    Included additional package metadata in manifest.
  • Loading branch information
CompeyDev committed Mar 31, 2024
1 parent 666a5f7 commit f408f15
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,11 @@
"cSpell.enabled": false,

"typescript.tsdk": "node_modules/typescript/lib",
"files.eol": "\n"
"files.eol": "\n",
"markdownlint.config": {
"default": true,
"MD030": {
"ul_single": 4
}
}
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## `0.1.0` - March 30th, 2024

The very first release of wg-lua.

## `0.1.1` - March 31st, 2024

- Fixed luau types (renamed `generatePrivateKey` to `generatePublicKey`)
- `generatePublicKey` now accepts base64 encoded strings as the private key input.
- CI improvements, package script updates.
- Included additional package metadata in manifest.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rbxts/wg-lua",
"version": "0.1.0",
"version": "0.1.1",
"description": "A lua implementation of the wireguard keygen algorithm.",
"main": "out/init.lua",
"scripts": {
Expand Down

0 comments on commit f408f15

Please sign in to comment.