Skip to content

Commit e15e329

Browse files
authored
chore(release): v0.9.0
1 parent 071afdb commit e15e329

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.9.0](https://github.com/danielpza/dst-omnikey/compare/v0.8.4...v0.9.0) (2022-08-29)
2+
3+
4+
### Features
5+
6+
* convert from typescript to lua ([#10](https://github.com/danielpza/dst-omnikey/issues/10)) ([066b425](https://github.com/danielpza/dst-omnikey/commit/066b425b377ed065e8df242f3fae7abab7d95ee8))
7+
18
### [0.8.4](https://github.com/danielpza/dst-omnikey/compare/v0.8.2...v0.8.4) (2022-08-10)
29

310

modinfo.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ end
4040
name = "Omnikey"
4141
description = "Add keybindings to use with tools, weapons, armor and much more."
4242
author = "danielpza"
43-
version = "0.8.4"
43+
version = "0.9.0"
4444

4545
-- icon_atlas = "icon_atlas.xml"
4646
-- icon = "icon.tex"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "omnikey",
3-
"version": "0.8.4",
3+
"version": "0.9.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/danielpza/dst-omnikey.git"

0 commit comments

Comments
 (0)