Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file.

# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/nanoforge@1.3.1...@nanoforge-dev/nanoforge@1.4.0) - (2026-07-01)

## Bug Fixes

- Make get asset not throw if undefined (#385) ([c508d89](https://github.com/NanoForge-dev/Engine/commit/c508d893c4264645bd942261ee8bbdf3cea62323)) by @Exeloo
- **core-editor:** Run when don't paused (#377) ([09147d2](https://github.com/NanoForge-dev/Engine/commit/09147d2e71488c7028e1f5983f43d5ff724769ee)) by @Tchips46

## Documentation

- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo

## Features

- Add drag and drop on graphics (#380) ([afffa7a](https://github.com/NanoForge-dev/Engine/commit/afffa7afd1f51eba2d2cd0d96fe47e5db04ac534)) by @Exeloo
- Add assets handling (#383) ([cda797a](https://github.com/NanoForge-dev/Engine/commit/cda797a793ee5074cd43503e55a8dd348a516305)) by @Exeloo
- **core-editor:** Event listenner not runned if main loop is paused (#379) ([25053db](https://github.com/NanoForge-dev/Engine/commit/25053db388e277bc7e1181315f07249f121fcc94)) by @Tchips46
- **graphic-2d:** Destroy konva js in the lib clear (#372) ([e1ae678](https://github.com/NanoForge-dev/Engine/commit/e1ae678e7420eb20a2152fc110550b786877e7a5)) by @Tchips46
- **core-editor:** Implement events (#369) ([4ebf791](https://github.com/NanoForge-dev/Engine/commit/4ebf7911521b9114c9e8f4482bd59175fb35cf06)) by @Tchips46
- Indexed zipper (#378) ([208b330](https://github.com/NanoForge-dev/Engine/commit/208b330bfd358561fca259b03bebc50563022d35)) by @Tchips46
# Changelog
All notable changes to this project will be documented in this file.

# [1.3.1](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/nanoforge@1.3.0...@nanoforge-dev/nanoforge@1.3.1) - (2026-06-04)

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nanoforge-dev/nanoforge",
"version": "1.3.1",
"version": "1.4.0",
"description": "NanoForge Engine",
"homepage": "https://github.com/NanoForge-dev/Engine#readme",
"bugs": "https://github.com/NanoForge-dev/Engine/issues",
Expand Down
10 changes: 10 additions & 0 deletions packages/asset-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.

# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01)

## Bug Fixes

- Make get asset not throw if undefined (#385) ([c508d89](https://github.com/NanoForge-dev/Engine/commit/c508d893c4264645bd942261ee8bbdf3cea62323)) by @Exeloo

## Documentation

- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo

# [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04)

# [@nanoforge-dev/asset-manager@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/asset-manager@1.0.2...@nanoforge-dev/asset-manager@1.3.0) - (2026-05-26)
Expand Down
2 changes: 1 addition & 1 deletion packages/asset-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nanoforge-dev/asset-manager",
"version": "1.3.2-alpha.make-get-asset-not-throw-if-undefined.0",
"version": "1.4.0",
"description": "NanoForge Engine - Asset Manager",
"keywords": [
"nanoforge",
Expand Down
14 changes: 14 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file.

# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01)

## Bug Fixes

- Make get asset not throw if undefined (#385) ([c508d89](https://github.com/NanoForge-dev/Engine/commit/c508d893c4264645bd942261ee8bbdf3cea62323)) by @Exeloo

## Documentation

- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo

## Features

- Add drag and drop on graphics (#380) ([afffa7a](https://github.com/NanoForge-dev/Engine/commit/afffa7afd1f51eba2d2cd0d96fe47e5db04ac534)) by @Exeloo

# [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04)

# [@nanoforge-dev/common@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/common@1.1.1...@nanoforge-dev/common@1.3.0) - (2026-05-26)
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nanoforge-dev/common",
"version": "1.3.2-alpha.make-get-asset-not-throw-if-undefined.0",
"version": "1.4.0",
"description": "NanoForge Engine - Common",
"keywords": [
"nanoforge",
Expand Down
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01)

## Documentation

- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo

# [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04)

# [@nanoforge-dev/config@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/config@1.1.0...@nanoforge-dev/config@1.3.0) - (2026-05-26)
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nanoforge-dev/config",
"version": "1.3.1",
"version": "1.4.0",
"description": "NanoForge Engine - Config",
"keywords": [
"nanoforge",
Expand Down
18 changes: 18 additions & 0 deletions packages/core-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file.

# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01)

## Bug Fixes

- **core-editor:** Run when don't paused (#377) ([09147d2](https://github.com/NanoForge-dev/Engine/commit/09147d2e71488c7028e1f5983f43d5ff724769ee)) by @Tchips46

## Documentation

- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo

## Features

- Add assets handling (#383) ([cda797a](https://github.com/NanoForge-dev/Engine/commit/cda797a793ee5074cd43503e55a8dd348a516305)) by @Exeloo
- Add drag and drop on graphics (#380) ([afffa7a](https://github.com/NanoForge-dev/Engine/commit/afffa7afd1f51eba2d2cd0d96fe47e5db04ac534)) by @Exeloo
- **core-editor:** Event listenner not runned if main loop is paused (#379) ([25053db](https://github.com/NanoForge-dev/Engine/commit/25053db388e277bc7e1181315f07249f121fcc94)) by @Tchips46
- **graphic-2d:** Destroy konva js in the lib clear (#372) ([e1ae678](https://github.com/NanoForge-dev/Engine/commit/e1ae678e7420eb20a2152fc110550b786877e7a5)) by @Tchips46
- **core-editor:** Implement events (#369) ([4ebf791](https://github.com/NanoForge-dev/Engine/commit/4ebf7911521b9114c9e8f4482bd59175fb35cf06)) by @Tchips46

# [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04)

# [@nanoforge-dev/core-editor@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/core-editor@1.0.2...@nanoforge-dev/core-editor@1.3.0) - (2026-05-26)
Expand Down
2 changes: 1 addition & 1 deletion packages/core-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nanoforge-dev/core-editor",
"version": "1.3.2-alpha.dont-run-only-when-paused.0",
"version": "1.4.0",
"description": "NanoForge Engine - Core Editor",
"keywords": [
"nanoforge",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01)

## Documentation

- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo

# [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04)

# [@nanoforge-dev/core@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/core@1.1.0...@nanoforge-dev/core@1.3.0) - (2026-05-26)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nanoforge-dev/core",
"version": "1.3.1",
"version": "1.4.0",
"description": "NanoForge Engine - Core",
"keywords": [
"nanoforge",
Expand Down
6 changes: 6 additions & 0 deletions packages/ecs-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01)

## Documentation

- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo

# [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04)

# [@nanoforge-dev/ecs-client@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/ecs-client@1.1.4...@nanoforge-dev/ecs-client@1.3.0) - (2026-05-26)
Expand Down
2 changes: 1 addition & 1 deletion packages/ecs-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nanoforge-dev/ecs-client",
"version": "1.3.1",
"version": "1.4.0",
"description": "NanoForge Engine - ECS Client",
"keywords": [
"nanoforge",
Expand Down
14 changes: 14 additions & 0 deletions packages/ecs-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file.

# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01)

## Documentation

- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo

## Features

- Add assets handling (#383) ([cda797a](https://github.com/NanoForge-dev/Engine/commit/cda797a793ee5074cd43503e55a8dd348a516305)) by @Exeloo
- Add drag and drop on graphics (#380) ([afffa7a](https://github.com/NanoForge-dev/Engine/commit/afffa7afd1f51eba2d2cd0d96fe47e5db04ac534)) by @Exeloo
- **core-editor:** Event listenner not runned if main loop is paused (#379) ([25053db](https://github.com/NanoForge-dev/Engine/commit/25053db388e277bc7e1181315f07249f121fcc94)) by @Tchips46
- Indexed zipper (#378) ([208b330](https://github.com/NanoForge-dev/Engine/commit/208b330bfd358561fca259b03bebc50563022d35)) by @Tchips46
- **core-editor:** Implement events (#369) ([4ebf791](https://github.com/NanoForge-dev/Engine/commit/4ebf7911521b9114c9e8f4482bd59175fb35cf06)) by @Tchips46

# [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04)

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion packages/ecs-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nanoforge-dev/ecs-lib",
"version": "1.3.2-alpha.core-editor-event-not-analysed-when-paused.0",
"version": "1.4.0",
"description": "NanoForge Engine - ECS Lib (source code use by ECS Client and Server)",
"keywords": [
"nanoforge",
Expand Down
6 changes: 6 additions & 0 deletions packages/ecs-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01)

## Documentation

- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo

# [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04)

# [@nanoforge-dev/ecs-server@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/ecs-server@1.1.4...@nanoforge-dev/ecs-server@1.3.0) - (2026-05-26)
Expand Down
2 changes: 1 addition & 1 deletion packages/ecs-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nanoforge-dev/ecs-server",
"version": "1.3.1",
"version": "1.4.0",
"description": "NanoForge Engine - ECS Server",
"keywords": [
"nanoforge",
Expand Down
10 changes: 10 additions & 0 deletions packages/graphics-2d-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Changelog

All notable changes to this project will be documented in this file.

# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01)

## Features

- Add drag and drop on graphics (#380) ([afffa7a](https://github.com/NanoForge-dev/Engine/commit/afffa7afd1f51eba2d2cd0d96fe47e5db04ac534)) by @Exeloo

# Changelog

All notable changes to this project will be documented in this file.
2 changes: 1 addition & 1 deletion packages/graphics-2d-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nanoforge-dev/graphics-2d-editor",
"version": "0.0.0",
"version": "1.4.0",
"description": "NanoForge Engine - Graphics-2d Editor",
"keywords": [
"nanoforge",
Expand Down
15 changes: 15 additions & 0 deletions packages/graphics-2d/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file.

# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01)

## Bug Fixes

- **core-editor:** Run when don't paused (#377) ([09147d2](https://github.com/NanoForge-dev/Engine/commit/09147d2e71488c7028e1f5983f43d5ff724769ee)) by @Tchips46

## Documentation

- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo

## Features

- **core-editor:** Event listenner not runned if main loop is paused (#379) ([25053db](https://github.com/NanoForge-dev/Engine/commit/25053db388e277bc7e1181315f07249f121fcc94)) by @Tchips46
- **graphic-2d:** Destroy konva js in the lib clear (#372) ([e1ae678](https://github.com/NanoForge-dev/Engine/commit/e1ae678e7420eb20a2152fc110550b786877e7a5)) by @Tchips46

# [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04)

# [@nanoforge-dev/graphics-2d@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/graphics-2d@1.0.3...@nanoforge-dev/graphics-2d@1.3.0) - (2026-05-26)
Expand Down
2 changes: 1 addition & 1 deletion packages/graphics-2d/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nanoforge-dev/graphics-2d",
"version": "1.3.2-alpha.core-editor-event-not-analysed-when-paused.0",
"version": "1.4.0",
"description": "NanoForge Engine - Graphics-2d",
"keywords": [
"nanoforge",
Expand Down
6 changes: 6 additions & 0 deletions packages/input/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01)

## Documentation

- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo

# [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04)

# [@nanoforge-dev/input@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/input@1.0.2...@nanoforge-dev/input@1.3.0) - (2026-05-26)
Expand Down
2 changes: 1 addition & 1 deletion packages/input/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nanoforge-dev/input",
"version": "1.3.1",
"version": "1.4.0",
"description": "NanoForge Engine - Input",
"keywords": [
"nanoforge",
Expand Down
6 changes: 6 additions & 0 deletions packages/music/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01)

## Documentation

- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo

# [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04)

# [@nanoforge-dev/music@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/music@1.0.1...@nanoforge-dev/music@1.3.0) - (2026-05-26)
Expand Down
2 changes: 1 addition & 1 deletion packages/music/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nanoforge-dev/music",
"version": "1.3.1",
"version": "1.4.0",
"description": "NanoForge Engine - Music",
"keywords": [
"nanoforge",
Expand Down
10 changes: 10 additions & 0 deletions packages/network-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.

# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01)

## Documentation

- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo

## Features

- Add drag and drop on graphics (#380) ([afffa7a](https://github.com/NanoForge-dev/Engine/commit/afffa7afd1f51eba2d2cd0d96fe47e5db04ac534)) by @Exeloo

# [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04)

# [@nanoforge-dev/network-client@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/network-client@1.2.0...@nanoforge-dev/network-client@1.3.0) - (2026-05-26)
Expand Down
2 changes: 1 addition & 1 deletion packages/network-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nanoforge-dev/network-client",
"version": "1.3.1",
"version": "1.4.0",
"description": "NanoForge Engine - Network Client",
"keywords": [
"nanoforge",
Expand Down
10 changes: 10 additions & 0 deletions packages/network-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.

# [1.4.0](https://github.com/NanoForge-dev/Engine/compare/1.3.1...1.4.0) - (2026-07-01)

## Documentation

- Add in code docs (#370) ([0146a0e](https://github.com/NanoForge-dev/Engine/commit/0146a0e3e7783c8f3bed9640ad3a452531791e0c)) by @Exeloo

## Features

- Add drag and drop on graphics (#380) ([afffa7a](https://github.com/NanoForge-dev/Engine/commit/afffa7afd1f51eba2d2cd0d96fe47e5db04ac534)) by @Exeloo

# [1.3.1](https://github.com/NanoForge-dev/Engine/compare/1.3.0...1.3.1) - (2026-06-04)

# [@nanoforge-dev/network-server@1.3.0](https://github.com/NanoForge-dev/Engine/compare/@nanoforge-dev/network-server@1.2.0...@nanoforge-dev/network-server@1.3.0) - (2026-05-26)
Expand Down
2 changes: 1 addition & 1 deletion packages/network-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@nanoforge-dev/network-server",
"version": "1.3.1",
"version": "1.4.0",
"description": "NanoForge Engine - Network Server",
"keywords": [
"nanoforge",
Expand Down
Loading
Loading