Skip to content

Commit

Permalink
docs: changelog for 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Jan 16, 2025
1 parent e5ef3e2 commit 9c55f1c
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 84 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.11.3

`2025-01-16`

- fix: ensure parent directories are created when writing to disk in MemoryChunkFileCache by [@sorrycc](https://github.com/sorrycc) in https://github.com/umijs/mako/pull/1755
- feat(create-mako): refactor create-mako by [@sorrycc](https://github.com/sorrycc) in https://github.com/umijs/mako/pull/1751

## 0.11.2

`2025-01-10`
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG_zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.11.3

`2025-01-16`

- 修复:在 MemoryChunkFileCache 写入磁盘时确保父目录被创建 by [@sorrycc](https://github.com/sorrycc) in [#1755](https://github.com/umijs/mako/pull/1755)
- 重构 create-mako by [@sorrycc](https://github.com/sorrycc) in [#1751](https://github.com/umijs/mako/pull/1751)

## 0.11.2

`2025-01-10`
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"scripts": {
"benchmark": "esno scripts/benchmark.ts",
"changelog:format": "esno scripts/format-changelog.ts",
"prepare": "husky install",
"build": "pnpm --filter @umijs/mako napi:build && pnpm --filter @umijs/mako src:build && pnpm biome:format",
"build:debug": "pnpm --filter @umijs/mako napi:build:debug && pnpm --filter @umijs/mako src:build && pnpm biome:format",
Expand Down
14 changes: 10 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 0 additions & 29 deletions scripts/format-changelog.ts

This file was deleted.

50 changes: 0 additions & 50 deletions scripts/release-rsc.ts

This file was deleted.

0 comments on commit 9c55f1c

Please sign in to comment.