diff --git a/changelog/en-US.md b/changelog/en-US.md index e651d27..3f72e62 100644 --- a/changelog/en-US.md +++ b/changelog/en-US.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [0.11.1] - 2024-05-24 + +### Fixed + +- Powershell executes an error when there are Chinese comments present (https://github.com/shion-app/shion/issues/12) + ## [0.11.0] - 2024-05-21 ### Added diff --git a/changelog/zh-CN.md b/changelog/zh-CN.md index 753bb7f..6744e76 100644 --- a/changelog/zh-CN.md +++ b/changelog/zh-CN.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [0.11.1] - 2024-05-24 + +### 修复 + +- powershell在中文注释存在时执行报错 (https://github.com/shion-app/shion/issues/12) + ## [0.11.0] - 2024-05-21 ### 新增 diff --git a/package.json b/package.json index 0374b32..f31e599 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shion", "type": "module", - "version": "0.11.0", + "version": "0.11.1", "private": true, "license": "GPL-3.0-only", "scripts": {