Skip to content

Commit d7cd870

Browse files
committed
release: bump version to v1.4.2
1 parent dc5f826 commit d7cd870

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

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

5+
---
6+
## [1.4.2](https://github.com/GZTimeWalker/GZCTF/compare/v1.4.1..v1.4.2) - 2025-07-03
7+
8+
### ⛰️ Features
9+
10+
- **(perf)** use Satori GC (#438) - ([a03a86](https://github.com/GZTimeWalker/GZCTF/commit/a03a86)) by **GZTime**
11+
12+
### 🐛 Bug Fixes
13+
14+
- **(api)** cannot reset password - ([bc512c](https://github.com/GZTimeWalker/GZCTF/commit/bc512c)) by **GZTime**
15+
- **(repository)** game count retrieval - ([173062](https://github.com/GZTimeWalker/GZCTF/commit/173062)) by **GZTime**
16+
- **(styles)** add dark and light mixins for .shiki class - ([95839d](https://github.com/GZTimeWalker/GZCTF/commit/95839d)) by **GZTime**
17+
518
---
619
## [1.4.1](https://github.com/GZTimeWalker/GZCTF/compare/v1.4.0..v1.4.1) - 2025-06-11
720

src/GZCTF.Test/GZCTF.Test.csproj

Lines changed: 1 addition & 1 deletion
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.4.1</ReleaseVersion>
8+
<ReleaseVersion>1.4.2</ReleaseVersion>
99
<EnablePreviewFeatures>True</EnablePreviewFeatures>
1010
<WarningLevel>4</WarningLevel>
1111
</PropertyGroup>

src/GZCTF.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ Global
3939
SolutionGuid = {643F6AF8-C22F-4E8E-9AB2-504B7C560CD6}
4040
EndGlobalSection
4141
GlobalSection(MonoDevelopProperties) = preSolution
42-
version = 1.4.1
42+
version = 1.4.2
4343
EndGlobalSection
4444
EndGlobal

src/GZCTF/ClientApp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gzctf-client",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

src/GZCTF/GZCTF.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
5-
<AssemblyVersion>1.4.1.0</AssemblyVersion>
5+
<AssemblyVersion>1.4.2.0</AssemblyVersion>
66
<Description>GZ::CTF $(VITE_APP_GIT_NAME)-$(VITE_APP_GIT_SHA) build at $(VITE_APP_BUILD_TIMESTAMP)</Description>
77
<Nullable>enable</Nullable>
88
<ImplicitUsings>enable</ImplicitUsings>
@@ -18,7 +18,7 @@
1818
<SpaProxyServerUrl>http://localhost:63000</SpaProxyServerUrl>
1919
<SpaProxyLaunchCommand>npm run dev -- --host</SpaProxyLaunchCommand>
2020
<Configurations>Debug;Release</Configurations>
21-
<ReleaseVersion>1.4.1</ReleaseVersion>
21+
<ReleaseVersion>1.4.2</ReleaseVersion>
2222
<WarningLevel>4</WarningLevel>
2323
<ServerGarbageCollection>true</ServerGarbageCollection>
2424
<EFOptimizeContext>true</EFOptimizeContext>

0 commit comments

Comments
 (0)