Skip to content
This repository was archived by the owner on Mar 22, 2026. It is now read-only.

Commit 75546ee

Browse files
committed
chore(release): core v0.14.0
1 parent 9d9e103 commit 75546ee

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.14.0 (2025-12-17)
2+
3+
* feat(core): add npc angle to pos natives ([9d9e103](https://github.com/dockfries/infernus/commit/9d9e103))
4+
* feat(core): moveType to auto by default ([ce75809](https://github.com/dockfries/infernus/commit/ce75809))
5+
* feat(core, nex-ac, weapon-config)!: pickup add per player, change some throw message ([86a011c](https://github.com/dockfries/infernus/commit/86a011c))
6+
7+
8+
19
## <small>0.13.4 (2025-12-01)</small>
210

311
* feat(core): npc getPosMovingTo, getCustomSkin ([5f75d40](https://github.com/dockfries/infernus/commit/5f75d40))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.13.4",
2+
"version": "0.14.0",
33
"private": true,
44
"type": "module",
55
"scripts": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@infernus/core",
3-
"version": "0.13.4",
3+
"version": "0.14.0",
44
"description": "Node.js library for Scripting Open Multiplayer",
55
"keywords": [
66
"omp",

0 commit comments

Comments
 (0)