From 3e42131f72b345dd88908c8038d3eb13b8c38720 Mon Sep 17 00:00:00 2001 From: Kodai Matsumoto Date: Sat, 5 Oct 2024 17:24:54 +0900 Subject: [PATCH] v0.7.1 --- CHANGELOG.md | 11 +++++++++++ manifest.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 374d475..2770f1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.7.1](https://github.com/0918nobita/obsidian-zhongwen-block/compare/0.7.0...0.7.1) (2024-10-05) + +### Update dependencies + +| package | from | to | +| ---------- | ------- | ------ | +| obsidian | 1.5.7-1 | 1.7.2 | +| pinyin-pro | 3.20.4 | 3.25.0 | +| typescript | 5.4.5 | 5.5.4 | +| vite | 5.2.11 | 5.4.8 | + ## [0.7.0](https://github.com/0918nobita/obsidian-zhongwen-block/compare/0.6.2...0.7.0) (2024-05-12) - Reimplement the code block processor using Svelte (PR: [#86](https://github.com/0918nobita/obsidian-zhongwen-block/pull/86)) diff --git a/manifest.json b/manifest.json index 216b869..a6acc25 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "zhongwen-block", "name": "Zhongwen Block", - "version": "0.7.0", + "version": "0.7.1", "minAppVersion": "0.15.0", "description": "Provides code blocks with features for Chinese learners", "author": "Kodai Matsumoto",