Skip to content

Commit b98d9f9

Browse files
committed
release: 0.3.10
1 parent 9f9c09c commit b98d9f9

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-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.10
4+
5+
- Chore: add JSON Schema `schema.json`
6+
37
## 0.3.9
48

59
- Feature: add new `byMarker` filter option for `RankSeriesRulePresetICPC`

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.9` (updated on 2025-06-23)
7+
Version: `0.3.10` (updated on 2025-06-29)
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.9';
7+
export type Version = '0.3.10';
88

99
//#region common
1010

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "@algoux/standard-ranklist",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"description": "Standard Ranklist",
55
"types": "index.d.ts",
6+
"jsonSchema": "schema.json",
67
"scripts": {
78
"test": "echo \"Error: no test specified\" && exit 1"
89
},

0 commit comments

Comments
 (0)