We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8de052 commit 0893567Copy full SHA for 0893567
CHANGELOG.md
@@ -4,6 +4,8 @@ All notable changes to this project are documented below.
4
The format is based on [keep a changelog](http://keepachangelog.com) and this project uses [semantic versioning](http://semver.org).
5
6
## [Unreleased]
7
+
8
+## [1.32.0] - 2024-06-09
9
### Added
10
- Add runtime support for registering a shutdown hook function.
11
- Add support for custom sorting in storage index search.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nakama-runtime",
3
- "version": "1.31.0",
+ "version": "1.32.0",
"description": "The server framework Type definitions for the Nakama game server.",
"author": "Heroic Labs.",
"license": "Apache-2.0",
0 commit comments