Skip to content

Commit

Permalink
feat: + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvvv1vvvvvv committed Nov 11, 2024
1 parent 63a4dd9 commit 8c08b43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changeLogs/09298.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Optimized Bridge feature
2 changes: 2 additions & 0 deletions changeLogs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ import version09290 from './09290.md';
import version09292 from './09292.md';
import version09295 from './09295.md';
import version09296 from './09296.md';
import version09298 from './09298.md';

const version = process.env.release || '0';
const versionMap = {
Expand Down Expand Up @@ -192,6 +193,7 @@ const versionMap = {
'0.92.92': version09292,
'0.92.95': version09295,
'0.92.96': version09296,
'0.92.98': version09298,
};
export const getUpdateContent = () => {
return versionMap[version];
Expand Down
1 change: 1 addition & 0 deletions changeLogs/zh-CN/09298.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- 优化跨链功能

0 comments on commit 8c08b43

Please sign in to comment.