Skip to content

Commit e948f78

Browse files
committed
release: bump version to v1.2.3
1 parent ea75e59 commit e948f78

File tree

6 files changed

+224
-213
lines changed

6 files changed

+224
-213
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
---
6+
## [1.2.3](https://github.com/GZTimeWalker/GZCTF/compare/v1.2.2..v1.2.3) - 2025-02-15
7+
8+
### ⛰️ Features
9+
10+
- leet flags when test - ([9e6643](https://github.com/GZTimeWalker/GZCTF/commit/9e6643)) by **GZTime**
11+
12+
### 🔨 Refactor
13+
14+
- backend startup & tidy up - ([08c49d](https://github.com/GZTimeWalker/GZCTF/commit/08c49d)) by **GZTime**
15+
516
---
617
## [1.2.2](https://github.com/GZTimeWalker/GZCTF/compare/v1.2.1..v1.2.2) - 2025-02-06
718

src/GZCTF.Test/GZCTF.Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<IsPackable>false</IsPackable>
66
<CollectCoverage>true</CollectCoverage>
77
<Configurations>Debug;Release</Configurations>
8-
<ReleaseVersion>1.2.2</ReleaseVersion>
8+
<ReleaseVersion>1.2.3</ReleaseVersion>
99
<EnablePreviewFeatures>True</EnablePreviewFeatures>
1010
<WarningLevel>4</WarningLevel>
1111
</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 = 1.2.2
43+
version = 1.2.3
4444
EndGlobalSection
4545
EndGlobal

src/GZCTF/ClientApp/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gzctf-client",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -65,27 +65,27 @@
6565
"@types/katex": "^0.16.7",
6666
"@types/node": "^22.13.4",
6767
"@types/prismjs": "^1.26.5",
68-
"@types/react": "^19.0.8",
69-
"@types/react-dom": "^19.0.3",
68+
"@types/react": "^19.0.10",
69+
"@types/react-dom": "^19.0.4",
7070
"@typescript-eslint/eslint-plugin": "^8.24.0",
7171
"@typescript-eslint/parser": "^8.24.0",
7272
"@vitejs/plugin-react": "^4.3.4",
7373
"axios": "^1.7.9",
7474
"babel-plugin-prismjs": "^2.1.0",
7575
"eslint": "^9.20.1",
76-
"eslint-plugin-oxlint": "^0.15.10",
76+
"eslint-plugin-oxlint": "^0.15.11",
7777
"eslint-plugin-react": "^7.37.4",
7878
"eslint-plugin-react-hooks": "5.1.0",
7979
"form-data": "~4.0.2",
8080
"globals": "^15.15.0",
8181
"lodash": "^4.17.21",
82-
"oxlint": "^0.15.10",
82+
"oxlint": "^0.15.11",
8383
"postcss": "^8.5.2",
8484
"postcss-preset-mantine": "^1.17.0",
8585
"postcss-simple-vars": "^7.0.1",
8686
"prettier": "~3.5.1",
8787
"prettier-plugin-sort-json": "^4.1.1",
88-
"rollup": "^4.34.7",
88+
"rollup": "^4.34.8",
8989
"swagger-typescript-api": "^13.0.23",
9090
"tslib": "^2.8.1",
9191
"typescript": "5.7.3",

0 commit comments

Comments
 (0)