Skip to content

Commit

Permalink
release: bump version to v0.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Sep 24, 2023
1 parent 01df694 commit 20ce1dd
Show file tree
Hide file tree
Showing 7 changed files with 390 additions and 199 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

---
## [0.17.5](https://github.com/GZTimeWalker/GZCTF/compare/v0.17.4..v0.17.5) - 2023-09-24

### 🐛 Bug Fixes

- cannot enable traffic capture for static container challenge - ([dc8972](https://github.com/GZTimeWalker/GZCTF/commit/dc8972)) by **GZTime**
- cannot empty post summary & content - ([3feb43](https://github.com/GZTimeWalker/GZCTF/commit/3feb43)) by **GZTime**

---
## [0.17.4](https://github.com/GZTimeWalker/GZCTF/compare/v0.17.3..v0.17.4) - 2023-09-22

Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gzctf-docs",
"version": "0.17.4",
"version": "0.17.5",
"private": true,
"scripts": {
"dev": "next",
Expand All @@ -11,13 +11,13 @@
"@vercel/analytics": "^1.0.2",
"next": "^13.5.2",
"next-themes": "^0.2.1",
"nextra": "^2.12.3",
"nextra-theme-docs": "^2.12.3",
"nextra": "^2.13.0",
"nextra-theme-docs": "^2.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.6.3",
"@types/node": "^20.6.4",
"@types/react": "^18.2.22",
"typescript": "^5.2.2"
}
Expand Down
Loading

0 comments on commit 20ce1dd

Please sign in to comment.