From 63ad86d1aa398b67617eaf4bc9f40ba75b2f1476 Mon Sep 17 00:00:00 2001 From: Andrei Mihu Date: Tue, 24 Oct 2023 14:52:20 +0100 Subject: [PATCH] Nakama common 1.29.0 release. --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a07b52..62f4c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 7cf9f2d..04ec799 100644 --- a/package.json +++ b/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",