Skip to content

Commit

Permalink
feat: + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvvv1vvvvvv committed Jan 3, 2025
1 parent 203e179 commit 7fbf225
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changeLogs/0938.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Added support for resetting password
- Optimized withdrawal process for GasAccount
2 changes: 2 additions & 0 deletions changeLogs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ import version0933 from './0933.md';
import version0935 from './0935.md';
import version0936 from './0936.md';
import version0937 from './0937.md';
import version0938 from './0938.md';

const version = process.env.release || '0';
const versionMap = {
Expand Down Expand Up @@ -204,6 +205,7 @@ const versionMap = {
'0.93.5': version0935,
'0.93.6': version0936,
'0.93.7': version0937,
'0.93.8': version0938,
};
export const getUpdateContent = () => {
return versionMap[version];
Expand Down
2 changes: 2 additions & 0 deletions changeLogs/zh-CN/0938.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 支持重置密码
- 优化 GasAccount 提现流程

0 comments on commit 7fbf225

Please sign in to comment.