Skip to content

Commit 8b954eb

Browse files
committed
chore: update changelog for v0.11.13
1 parent 2f5d050 commit 8b954eb

File tree

6 files changed

+113
-25
lines changed

6 files changed

+113
-25
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1+
## 0.11.13
2+
3+
`2025-05-26`
4+
5+
- fix: panic on docker linux by [xusd320](https://github.com/xusd320) in [#1909](https://github.com/umijs/mako/pull/1909)
6+
17
## 0.11.12
28

39
`2025-05-23`
410

511
- fix: less resolve alias by [xusd320](https://github.com/xusd320) in [#1906](https://github.com/umijs/mako/pull/1906)
612

7-
13+
814
## 0.11.11
915

1016
`2025-05-09`

CHANGELOG_zh-CN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.11.13
2+
3+
`2025-05-26`
4+
5+
- fix: panic on docker linux by [xusd320](https://github.com/xusd320) in [#1909](https://github.com/umijs/mako/pull/1909)
6+
17
## 0.11.12
28

39
`2025-05-23`

packages/bundler-mako/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@umijs/bundler-mako",
3-
"version": "0.11.12",
3+
"version": "0.11.13",
44
"dependencies": {
55
"@umijs/bundler-utils": "^4.0.81",
6-
"@umijs/mako": "0.11.12",
6+
"@umijs/mako": "0.11.13",
77
"chalk": "^4.1.2",
88
"compression": "^1.7.4",
99
"connect-history-api-fallback": "^2.0.0",

packages/create-mako/templates/minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@types/react-dom": "^18.3.0"
1212
},
1313
"devDependencies": {
14-
"@umijs/mako": "^0.11.12",
14+
"@umijs/mako": "^0.11.13",
1515
"typescript": "^4.5.4"
1616
}
1717
}

packages/mako/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
`2025-05-26`
44

5-
- doc: add openomy by [kiner-tang(星河)](https://github.com/kiner-tang(星河)) in [#1910](https://github.com/umijs/mako/pull/1910)
65
- fix: panic on docker linux by [xusd320](https://github.com/xusd320) in [#1909](https://github.com/umijs/mako/pull/1909)
7-
- chore: update changelog for v0.11.12 by [xusd320](https://github.com/xusd320)
8-
- feat: update pnpm log by [xusd320](https://github.com/xusd320)
9-
- release: [umijs/mako@0.11.12 by @xusd320](https://github.com/umijs/mako@0.11.12 by @xusd320)
106

117

128
## 0.11.12

pnpm-lock.yaml

Lines changed: 97 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)