diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ab57a7..e5432df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.1.37 + +feat: avoid duplicate with s3s' upload +([#45](https://github.com/spacemeowx2/s3si.ts/issues/45)) + +fix: isMySelf is removed + +feat(delete-coop): add delete count + ## 0.1.36 fix: map special weapon by url diff --git a/src/constant.ts b/src/constant.ts index 9fda94f..56a617e 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.36"; +export const S3SI_VERSION = "0.1.37"; export const NSOAPP_VERSION = "2.3.1"; export const WEB_VIEW_VERSION = "2.0.0-8a061f6c"; export const S3SI_LINK = "https://github.com/spacemeowx2/s3si.ts";