Skip to content

Commit

Permalink
feat: + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvvv1vvvvvv committed Dec 12, 2024
1 parent 4d85fbc commit deb9ca5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changeLogs/0935.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Optimized GasPrice estimation on Linea
- Fixed signing errors with Ledger
- Fixed signing errors with GridPlus
2 changes: 2 additions & 0 deletions changeLogs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ import version09296 from './09296.md';
import version09298 from './09298.md';
import version0931 from './0931.md';
import version0933 from './0933.md';
import version0935 from './0935.md';

const version = process.env.release || '0';
const versionMap = {
Expand Down Expand Up @@ -198,6 +199,7 @@ const versionMap = {
'0.92.98': version09298,
'0.93.1': version0931,
'0.93.3': version0933,
'0.93.5': version0935,
};
export const getUpdateContent = () => {
return versionMap[version];
Expand Down
3 changes: 3 additions & 0 deletions changeLogs/zh-CN/0935.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- 优化 Linea GasPrice 预估
- 修复 Ledger 签名错误
- 修复 GridPlus 签名错误

0 comments on commit deb9ca5

Please sign in to comment.