Skip to content

Commit e397901

Browse files
committed
release: 0.3.11
1 parent 103508e commit e397901

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 0.3.11
4+
5+
- Feature: add new user fields `photo` and `location`.
6+
37
## 0.3.10
48

59
- Chore: add JSON Schema `schema.json`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Standard Ranklist (srk) is a json format to describe many kinds of ranklists lik
44

55
With srk, most of programming contest ranklists can be described in a standard format. It's easy to customize display style with different renderers and share everywhere.
66

7-
Version: `0.3.10` (updated on 2025-06-29)
7+
Version: `0.3.11` (updated on 2025-12-09)
88

99
## Files
1010

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright (c) algoUX. All rights reserved.
44
***************************************************************************** */
55

66
export type Type = 'general';
7-
export type Version = '0.3.10';
7+
export type Version = '0.3.11';
88

99
//#region common
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algoux/standard-ranklist",
3-
"version": "0.3.10",
3+
"version": "0.3.11",
44
"description": "Standard Ranklist",
55
"types": "index.d.ts",
66
"jsonSchema": "schema.json",

0 commit comments

Comments
 (0)