Skip to content

Commit

Permalink
release: bump version to v0.24.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Oct 28, 2024
1 parent f5b79eb commit 2d44842
Show file tree
Hide file tree
Showing 6 changed files with 163 additions and 136 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

---
## [0.24.5](https://github.com/GZTimeWalker/GZCTF/compare/v0.24.4..v0.24.5) - 2024-10-27

### ⛰️ Features

- **(backend)** use tarball to send files in stream - ([e4521b](https://github.com/GZTimeWalker/GZCTF/commit/e4521b)) by **GZTime**

### 🐛 Bug Fixes

- **(container)** check if image is valid - ([a5e2a2](https://github.com/GZTimeWalker/GZCTF/commit/a5e2a2)) by **GZTime**

---
## [0.24.4](https://github.com/GZTimeWalker/GZCTF/compare/v0.24.3..v0.24.4) - 2024-10-17

Expand Down
2 changes: 1 addition & 1 deletion src/GZCTF.Test/GZCTF.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<IsPackable>false</IsPackable>
<CollectCoverage>true</CollectCoverage>
<Configurations>Debug;Release;GenAPI</Configurations>
<ReleaseVersion>0.24.4</ReleaseVersion>
<ReleaseVersion>0.24.5</ReleaseVersion>
<EnablePreviewFeatures>True</EnablePreviewFeatures>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/GZCTF.sln
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ Global
SolutionGuid = {643F6AF8-C22F-4E8E-9AB2-504B7C560CD6}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 0.24.4
version = 0.24.5
EndGlobalSection
EndGlobal
7 changes: 3 additions & 4 deletions src/GZCTF/ClientApp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gzctf-client",
"version": "0.24.4",
"version": "0.24.5",
"private": true,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -64,7 +64,6 @@
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/chroma-js": "^2.4.4",
"@types/katex": "^0.16.7",
"@types/node": "22.7.9",
"@types/prismjs": "^1.26.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand All @@ -80,13 +79,13 @@
"form-data": "~4.0.1",
"globals": "^15.11.0",
"lodash": "^4.17.21",
"oxlint": "^0.10.2",
"oxlint": "^0.10.3",
"postcss": "^8.4.47",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "~3.3.3",
"prettier-plugin-sort-json": "^4.0.0",
"rollup": "^4.24.0",
"rollup": "^4.24.2",
"swagger-typescript-api": "^13.0.22",
"tslib": "^2.8.0",
"typescript": "5.6.3",
Expand Down
Loading

0 comments on commit 2d44842

Please sign in to comment.