Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daidr committed Feb 8, 2022
1 parent aef1e9f commit 2021296
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0] - 2022-02-08

### Added
- 实现忘记密码功能

### Fixed
- 修复一处css路径错误
- 修复几处语法错误
- 修复几处注释错误
- 修复了一处异步处理的问题

## [0.6.1] - 2021-08-19

### Added
Expand Down Expand Up @@ -58,3 +69,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.5.1]: https://github.com/GHAuth-Team/ghauth/releases/tag/v0.5.1
[0.6.0]: https://github.com/GHAuth-Team/ghauth/releases/tag/v0.6.0
[0.6.1]: https://github.com/GHAuth-Team/ghauth/releases/tag/v0.6.1
[0.7.0]: https://github.com/GHAuth-Team/ghauth/releases/tag/v0.7.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GHAuth
## 暂未实现
* 站点的可视化设置
* 玩家名称修改
* 忘记密码/修改邮箱功能
* 修改邮箱功能
* FIDO支持

## 环境
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ghauth",
"version": "0.6.0",
"version": "0.7.0",
"description": "轻量的MC服务器yggdrasil验证",
"main": "app.js",
"author": "戴兜(daidr@daidr.me)",
Expand Down

0 comments on commit 2021296

Please sign in to comment.