chore: bump version and update CHANGELOG

splashcat-exporter-v2
spacemeowx2 2024-02-27 15:10:03 +08:00
parent 75ba29e5c7
commit 52f42bc42f
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
## 0.4.15
feat: add znca headers ([#95](https://github.com/spacemeowx2/s3si.ts/issues/95))
feat: update User-Agent ([#94](https://github.com/spacemeowx2/s3si.ts/pull/94))
## 0.4.14
chore: update `WEB_VIEW_VERSION` and queries

View File

@ -9,7 +9,7 @@
},
"package": {
"productName": "s3si-ts",
"version": "0.4.14"
"version": "0.4.15"
},
"tauri": {
"allowlist": {

View File

@ -1,7 +1,7 @@
import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
export const AGENT_NAME = "s3si.ts";
export const S3SI_VERSION = "0.4.14";
export const S3SI_VERSION = "0.4.15";
export const NSOAPP_VERSION = "2.9.0";
export const WEB_VIEW_VERSION = "6.0.0-eb33aadc";
export enum Queries {