From 98081f41a933eea555de1e5f058a304bc06a129e Mon Sep 17 00:00:00 2001 From: spacemeowx2 Date: Tue, 29 Nov 2022 16:55:48 +0800 Subject: [PATCH] build: bump version --- CHANGELOG.md | 4 ++++ src/constant.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3190ac2..13844bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.34 + +feat: add `--with-summary` to export summary data to file + ## 0.1.33 fix: RankTracker::getRankStateById (fix diff --git a/src/constant.ts b/src/constant.ts index e1b9f38..f62c364 100644 --- a/src/constant.ts +++ b/src/constant.ts @@ -1,7 +1,7 @@ import type { StatInkPostBody, VsHistoryDetail } from "./types.ts"; export const AGENT_NAME = "s3si.ts"; -export const S3SI_VERSION = "0.1.33"; +export const S3SI_VERSION = "0.1.34"; export const NSOAPP_VERSION = "2.3.1"; export const WEB_VIEW_VERSION = "1.0.0-433ec0e8"; export const S3SI_LINK = "https://github.com/spacemeowx2/s3si.ts";