Skip to content

Commit

Permalink
feat: + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvvv1vvvvvv committed Jan 15, 2025
1 parent 7b85433 commit d6475f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changeLogs/09311.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Resolved connection issues with Dapps
2 changes: 2 additions & 0 deletions changeLogs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ import version0936 from './0936.md';
import version0937 from './0937.md';
import version0938 from './0938.md';
import version0939 from './0939.md';
import version09311 from './09311.md';

const version = process.env.release || '0';
const versionMap = {
Expand Down Expand Up @@ -208,6 +209,7 @@ const versionMap = {
'0.93.7': version0937,
'0.93.8': version0938,
'0.93.9': version0939,
'0.93.11': version09311,
};
export const getUpdateContent = () => {
return versionMap[version];
Expand Down
1 change: 1 addition & 0 deletions changeLogs/zh-CN/09311.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- 解决跟 Dapps 的连接问题

0 comments on commit d6475f6

Please sign in to comment.