Skip to content

Commit

Permalink
release: bump version to v0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Mar 3, 2024
1 parent 79f4ed1 commit dc39044
Show file tree
Hide file tree
Showing 7 changed files with 130 additions and 117 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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

---
## [0.18.1](https://github.com/GZTimeWalker/GZCTF/compare/v0.18.0..v0.18.1) - 2024-03-03

### ⛰️ Features

- **(mail)** add platform name - ([dd0c61](https://github.com/GZTimeWalker/GZCTF/commit/dd0c61)) by **GZTime**

### 🐛 Bug Fixes

- **(i18n)** convertLanguage - ([6b4f3a](https://github.com/GZTimeWalker/GZCTF/commit/6b4f3a)) by **GZTime**
- i18n language detection - ([f1fed1](https://github.com/GZTimeWalker/GZCTF/commit/f1fed1)) by **Steven He**
- wrong i18n var key - ([a9a0bf](https://github.com/GZTimeWalker/GZCTF/commit/a9a0bf)) by **GZTime**

---
## [0.18.0](https://github.com/GZTimeWalker/GZCTF/compare/v0.18.0-preview.1..v0.18.0) - 2024-02-26

Expand Down
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gzctf-docs",
"version": "0.18.0",
"version": "0.18.1",
"private": true,
"scripts": {
"dev": "next",
Expand All @@ -9,16 +9,16 @@
},
"dependencies": {
"@vercel/analytics": "^1.2.2",
"next": "^14.1.0",
"next": "^14.1.1",
"next-themes": "^0.2.1",
"nextra": "^2.13.3",
"nextra-theme-docs": "^2.13.3",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit dc39044

Please sign in to comment.