Skip to content

Commit 13abd46

Browse files
update
updating change log and package version
1 parent 5f89b96 commit 13abd46

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

com.unity.netcode.gameobjects/CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com).
88

9-
## [Unreleased]
10-
11-
### Added
12-
9+
## [2.4.2] - 2025-06-13
1310

1411
### Fixed
1512

@@ -18,8 +15,6 @@ Additional documentation and release notes are available at [Multiplayer Documen
1815
- Fixed issue where the initial client synchronization pre-serialization process was not excluding spawned `NetworkObject` instances that already had pending visibility for the client being synchronized. (#3488)
1916
- Fixed issue where there was a potential for a small memory leak in the `ConnectionApprovedMessage`. (#3486)
2017

21-
### Changed
22-
2318

2419
## [2.4.1] - 2025-06-11
2520

com.unity.netcode.gameobjects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.unity.netcode.gameobjects",
33
"displayName": "Netcode for GameObjects",
44
"description": "Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer.",
5-
"version": "2.4.1",
5+
"version": "2.4.2",
66
"unity": "6000.0",
77
"dependencies": {
88
"com.unity.nuget.mono-cecil": "1.11.4",

0 commit comments

Comments
 (0)