Skip to content

Commit 7e239d1

Browse files
committed
release: bump version to v0.21.3
1 parent acf84cc commit 7e239d1

File tree

7 files changed

+151
-279
lines changed

7 files changed

+151
-279
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to [**GZCTF**](https://github.com/GZTimeWalker/GZCTF) will be documented in this file.
44

5+
---
6+
## [0.21.3](https://github.com/GZTimeWalker/GZCTF/compare/v0.21.2..v0.21.3) - 2024-08-16
7+
8+
### ⛰️ Features
9+
10+
- Add zstd compression support - ([4ae144](https://github.com/GZTimeWalker/GZCTF/commit/4ae144)) by **Steven He**
11+
- Enable response compression for more scenarios - ([bda153](https://github.com/GZTimeWalker/GZCTF/commit/bda153)) by **Steven He**
12+
13+
### 🐛 Bug Fixes
14+
15+
- **(server)** remove unnecessary mimetypes - ([acf84c](https://github.com/GZTimeWalker/GZCTF/commit/acf84c)) by **GZTime**
16+
517
---
618
## [0.21.2](https://github.com/GZTimeWalker/GZCTF/compare/v0.21.1..v0.21.2) - 2024-08-15
719

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gzctf-docs",
3-
"version": "0.21.2",
3+
"version": "0.21.3",
44
"private": true,
55
"scripts": {
66
"dev": "next",

src/GZCTF.Test/GZCTF.Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<IsPackable>false</IsPackable>
77
<CollectCoverage>true</CollectCoverage>
88
<Configurations>Debug;Release;GenAPI</Configurations>
9-
<ReleaseVersion>0.21.2</ReleaseVersion>
9+
<ReleaseVersion>0.21.3</ReleaseVersion>
1010
<EnablePreviewFeatures>True</EnablePreviewFeatures>
1111
<WarningLevel>4</WarningLevel>
1212
</PropertyGroup>

src/GZCTF.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ Global
4040
SolutionGuid = {643F6AF8-C22F-4E8E-9AB2-504B7C560CD6}
4141
EndGlobalSection
4242
GlobalSection(MonoDevelopProperties) = preSolution
43-
version = 0.21.2
43+
version = 0.21.3
4444
EndGlobalSection
4545
EndGlobal

src/GZCTF/ClientApp/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gzctf-client",
3-
"version": "0.21.2",
3+
"version": "0.21.3",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -28,15 +28,15 @@
2828
"@mdi/js": "^7.4.47",
2929
"@mdi/react": "^1.6.1",
3030
"@microsoft/signalr": "^8.0.7",
31-
"chroma-js": "2.6.1-0",
31+
"chroma-js": "^2.6.0",
3232
"clsx": "^2.1.1",
3333
"dayjs": "^1.11.12",
3434
"echarts": "^5.5.1",
3535
"echarts-for-react": "^3.0.2",
3636
"embla-carousel": "^8.1.8",
3737
"embla-carousel-autoplay": "^8.1.8",
3838
"embla-carousel-react": "^8.1.8",
39-
"i18next": "^23.12.6",
39+
"i18next": "^23.13.0",
4040
"i18next-browser-languagedetector": "^8.0.0",
4141
"katex": "^0.16.11",
4242
"lz-string": "^1.5.0",
@@ -64,7 +64,7 @@
6464
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
6565
"@types/chroma-js": "^2.4.4",
6666
"@types/katex": "^0.16.7",
67-
"@types/node": "22.3.0",
67+
"@types/node": "22.4.0",
6868
"@types/prismjs": "^1.26.4",
6969
"@types/react": "^18.3.3",
7070
"@types/react-dom": "^18.3.0",
@@ -76,7 +76,7 @@
7676
"eslint": "^9.9.0",
7777
"eslint-plugin-oxlint": "^0.7.2",
7878
"eslint-plugin-react": "^7.35.0",
79-
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
79+
"eslint-plugin-react-hooks": "5.1.0-rc-fb9a90fa48-20240614",
8080
"form-data": "~4.0.0",
8181
"globals": "^15.9.0",
8282
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)