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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All package updates & migration steps will be listed in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.6.2] - 2025-12-24
### Changed
- Moved the version key in the `package.json` to a different location.

## [4.6.1] - 2025-12-24
### Changed
- MenuItem code is code generated in one file to reduce git diffs when an info is added/removed.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "com.pocketgems.scriptableobject.flatbuffer",
"version": "4.6.1",
"displayName": "Scriptable Object - FlatBuffer",
"description": "Seamless syncing between Scriptable Objects and CSVs. Scriptable Object data built to Google FlatBuffers for optimal runtime loading & access.",
"unity": "2021.3",
Expand All @@ -16,6 +15,7 @@
"name": "Pocket Gems",
"url": "https://www.pocketgems.com/"
},
"version": "4.6.2",
"codegen": "0.0.3",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.2",
Expand Down
Loading