Skip to content

Commit

Permalink
Merge pull request #46 from 0918nobita/v0.4.1
Browse files Browse the repository at this point in the history
v0.4.1
  • Loading branch information
0918nobita committed Dec 30, 2023
2 parents 21e8013 + f5eb61c commit 7ef39fd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.4.1](https://github.com/0918nobita/obsidian-zhongwen-block/compare/0.4.0...0.4.1) (2023-12-30)

- Improve accessibiity of rendered content (PR: [#42](https://github.com/0918nobita/obsidian-zhongwen-block/pull/42))
- Migrate this npm package to fully ESM (PR: [#44](https://github.com/0918nobita/obsidian-zhongwen-block/pull/44) and [#45](https://github.com/0918nobita/obsidian-zhongwen-block/pull/45))

### Update dependencies

| package | from | to |
| ------- | ----- | ------ |
| vite | 4.5.1 | 5.0.10 |

## [0.4.0](https://github.com/0918nobita/obsidian-zhongwen-block/compare/0.3.3...0.4.0) (2023-12-27)

- Improve the performance of this plugin's code block processor using memorization (PR: [#36](https://github.com/0918nobita/obsidian-zhongwen-block/pull/36))
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ When `true`, each pinyin will be displayed from the beginning.
$ npm run build
```

`The CJS build of Vite's Node API is deprecated.` warning appears, but this is caused by `@vanilla-extract/vite-plugin` package and will be resolved when its new version is released soon.

### Lint

```bash
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "zhongwen-block",
"name": "Zhongwen Block",
"version": "0.4.0",
"version": "0.4.1",
"minAppVersion": "0.15.0",
"description": "Provides code blocks with features for Chinese learners",
"author": "Kodai Matsumoto",
Expand Down

0 comments on commit 7ef39fd

Please sign in to comment.