From e92c885f43a0f9d21bdc13dddefc75e03fdad7b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A2=96=E9=80=B8?= <49649786+Zuoqiu-Yingyi@users.noreply.github.com> Date: Wed, 27 Dec 2023 00:07:43 +0800 Subject: [PATCH 1/2] Merge commit 'c542c0c3e0007112ffabb61ab8fe024965e1ed3b' --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 334f4ac..fc736bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.2.2](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-monaco-editor/compare/v0.2.1...v0.2.2) (2023-11-22) + + +### Miscellaneous + +* **monaco-editor:** release v0.2.2 ([b1d4ff6](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-monaco-editor/commit/b1d4ff67f884e42b0888793901cd7cbafa3cfce0)) + + +### Features + +* **inbox:** 添加收集箱客户端 | Add inbox client. ([63d943e](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-monaco-editor/commit/63d943e31825ce2e891c277024113cb2247ad04f)) + + +### Bug Fixes + +* **monaco-editor:** 修复无法在浏览器环境中正确加载的问题 | Fix the issue that cannot be loaded correctly in the browser environment. ([da13865](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-monaco-editor/commit/da1386562cf1cfeaaea95409b74f75a82b146f8f)) + + ## [0.2.1](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-monaco-editor/compare/v0.2.0...v0.2.1) (2023-11-18) From 077fc65a1817c95a9ec9cb08d915eabfc4966ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A2=96=E9=80=B8?= <49649786+Zuoqiu-Yingyi@users.noreply.github.com> Date: Wed, 24 Jan 2024 00:55:42 +0800 Subject: [PATCH 2/2] chore(monaco-editor): release v0.2.4 --- .github/workflows/release-please.yml | 2 +- package.json | 2 +- public/plugin.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index c5bb6c8..1dc9f25 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -14,7 +14,7 @@ permissions: env: PACKAGE_NAME: monaco-editor - PACKAGE_VERSION: 0.2.3 + PACKAGE_VERSION: 0.2.4 jobs: release-please: diff --git a/package.json b/package.json index 26cc8d8..4aebc3d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "monaco-editor", "private": true, - "version": "0.2.3", + "version": "0.2.4", "type": "module", "scripts": { "dev": "vite", diff --git a/public/plugin.json b/public/plugin.json index 3e02363..bec4c52 100644 --- a/public/plugin.json +++ b/public/plugin.json @@ -2,7 +2,7 @@ "name": "monaco-editor", "author": "Zuoqiu Yingyi", "url": "https://github.com/Zuoqiu-Yingyi/siyuan-plugin-monaco-editor", - "version": "0.2.3", + "version": "0.2.4", "minAppVersion": "2.11.4", "keywords": [ "代码",