Skip to content

Commit

Permalink
feat: + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvvv1vvvvvv committed Dec 20, 2024
1 parent 36163c3 commit 0e18a2d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changeLogs/0936.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Optimized Swap feature
- Supported Safe wallet on Blast, Mantle, Sonic, and World Chain
2 changes: 2 additions & 0 deletions changeLogs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ import version09298 from './09298.md';
import version0931 from './0931.md';
import version0933 from './0933.md';
import version0935 from './0935.md';
import version0936 from './0936.md';

const version = process.env.release || '0';
const versionMap = {
Expand Down Expand Up @@ -200,6 +201,7 @@ const versionMap = {
'0.93.1': version0931,
'0.93.3': version0933,
'0.93.5': version0935,
'0.93.6': version0936,
};
export const getUpdateContent = () => {
return versionMap[version];
Expand Down
2 changes: 2 additions & 0 deletions changeLogs/zh-CN/0936.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 优化 Swap 功能
- Safe 地址支持 Blast、Mantle、Sonic、World Chain

0 comments on commit 0e18a2d

Please sign in to comment.