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

Commit 67dfa3b

Browse files
committed
chore(release): core v0.12.2
1 parent aa750ce commit 67dfa3b

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## <small>0.12.2 (2025-10-07)</small>
2+
3+
* fix(core): iconv-lite import esm ([aa750ce](https://github.com/dockfries/infernus/commit/aa750ce))
4+
* fix(core): npc id type ([0720271](https://github.com/dockfries/infernus/commit/0720271))
5+
* fix(raknet): some read macros return type ([f8cca22](https://github.com/dockfries/infernus/commit/f8cca22))
6+
* feat(core): npc max_npcs, invalid id, types ([00939f5](https://github.com/dockfries/infernus/commit/00939f5))
7+
* feat(core): npc node,path,record class, remove deprecate funcs ([d02da25](https://github.com/dockfries/infernus/commit/d02da25))
8+
* chore(release): raknet v0.12.1 ([6ed824e](https://github.com/dockfries/infernus/commit/6ed824e))
9+
10+
11+
112
## <small>0.12.1 (2025-09-04)</small>
213

314
* chore(core): npc typo ([552e306](https://github.com/dockfries/infernus/commit/552e306))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.12.1",
2+
"version": "0.12.2",
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.12.1",
3+
"version": "0.12.2",
44
"description": "Node.js library for Scripting Open Multiplayer",
55
"keywords": [
66
"omp",

0 commit comments

Comments
 (0)