Skip to content

Commit

Permalink
chore(release): core v0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dockfries committed Dec 3, 2024
1 parent 6d6701c commit 6682d24
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## <small>0.11.4 (2024-12-03)</small>

* feat(core): streamer static method, maybe we can add some utils ([381c683](https://github.com/dockfries/infernus/commit/381c683))
* feat(core): vehicle toggle methods syntax sugar ([6d6701c](https://github.com/dockfries/infernus/commit/6d6701c))
* fix(core): event pusher again crash ([5e4da77](https://github.com/dockfries/infernus/commit/5e4da77))
* fix(core): isAndroid default true, skippable ([0f522eb](https://github.com/dockfries/infernus/commit/0f522eb))
* chore(release): filterscript v0.11.8 ([8166163](https://github.com/dockfries/infernus/commit/8166163))



## <small>0.11.3 (2024-11-30)</small>

* feat(core): maybe we can try android checker? ([ebd481d](https://github.com/dockfries/infernus/commit/ebd481d))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.3",
"version": "0.11.4",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@infernus/core",
"version": "0.11.3",
"version": "0.11.4",
"description": "Node.js library for Scripting Open Multiplayer",
"keywords": [
"omp",
Expand Down

0 comments on commit 6682d24

Please # to comment.