chore: bump version and update CHANGELOG
parent
75ba29e5c7
commit
52f42bc42f
|
|
@ -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
|
## 0.4.14
|
||||||
|
|
||||||
chore: update `WEB_VIEW_VERSION` and queries
|
chore: update `WEB_VIEW_VERSION` and queries
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "s3si-ts",
|
"productName": "s3si-ts",
|
||||||
"version": "0.4.14"
|
"version": "0.4.15"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
|
import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
|
||||||
|
|
||||||
export const AGENT_NAME = "s3si.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 NSOAPP_VERSION = "2.9.0";
|
||||||
export const WEB_VIEW_VERSION = "6.0.0-eb33aadc";
|
export const WEB_VIEW_VERSION = "6.0.0-eb33aadc";
|
||||||
export enum Queries {
|
export enum Queries {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue