Skip to content

Commit

Permalink
Merge pull request #81 from 0918nobita/v0.6.1
Browse files Browse the repository at this point in the history
v0.6.1
  • Loading branch information
0918nobita committed Mar 10, 2024
2 parents 7c55bcb + e3cb9d6 commit f11e2b0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
22 changes: 18 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [0.6.1](https://github.com/0918nobita/obsidian-zhongwen-block/compare/0.6.0...0.6.1) (2024-03-10)

### Bug fixes

- Fix the styles of code block processor to display line breaks as they are (PR: [#80](https://github.com/0918nobita/obsidian-zhongwen-block/issues/80)) (Issue: [#75](https://github.com/0918nobita/obsidian-zhongwen-block/issues/75)), huge thanks to [@orkunzozturk](https://github.com/orkunzozturk) for helping!

### Update dependencies

| package | from | to |
| ---------------------------- | ----- | ----- |
| @vanilla-extract/vite-plugin | 4.0.4 | 4.0.6 |
| vite | 5.1.4 | 5.1.5 |

## [0.6.0](https://github.com/0918nobita/obsidian-zhongwen-block/compare/0.5.1...0.6.0) (2024-03-04)

### Features
Expand All @@ -10,10 +23,11 @@

### Update dependencies

| package | from | to |
| ---------- | ------ | ------ |
| pinyin-pro | 3.19.3 | 3.19.6 |
| vite | 5.0.12 | 5.1.4 |
| package | from | to |
| ---------------------------- | ------ | ------ |
| @vanilla-extract/vite-plugin | 3.9.5 | 4.0.4 |
| pinyin-pro | 3.19.3 | 3.19.6 |
| vite | 5.0.12 | 5.1.4 |

## [0.5.0](https://github.com/0918nobita/obsidian-zhongwen-block/compare/0.4.1...0.5.0) (2024-01-28)

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.6.0",
"version": "0.6.1",
"minAppVersion": "0.15.0",
"description": "Provides code blocks with features for Chinese learners",
"author": "Kodai Matsumoto",
Expand Down

0 comments on commit f11e2b0

Please sign in to comment.