Skip to content

Commit

Permalink
Nakama common 1.29.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
zyro committed Oct 24, 2023
1 parent 855feeb commit 63ad86d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,8 +4,11 @@ All notable changes to this project are documented below.
The format is based on [keep a changelog](http://keepachangelog.com) and this project uses [semantic versioning](http://semver.org).

## [Unreleased]

## [1.29.0] - 2023-10-24
### Added
- Runtime functions to build a leaderboardList cursor to start listing from a given rank.
- Runtime functions to build a leaderboard record list cursor to start listing from a given rank.
- Runtime storage list operations now accept a caller user identifier.

### Fixed
- Fix linter-found test issue.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "nakama-runtime",
"version": "1.28.1",
"version": "1.29.0",
"description": "The server framework Type definitions for the Nakama game server.",
"author": "Heroic Labs.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 63ad86d

Please sign in to comment.