Skip to content

Commit

Permalink
Merge pull request #26 from Zuoqiu-Yingyi/dev
Browse files Browse the repository at this point in the history
chore: release v0.2.4
  • Loading branch information
Zuoqiu-Yingyi authored Jan 23, 2024
2 parents 168ab8e + e48b43b commit 58cd480
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

env:
PACKAGE_NAME: monaco-editor
PACKAGE_VERSION: 0.2.3
PACKAGE_VERSION: 0.2.4

jobs:
release-please:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog


## [0.2.3](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-monaco-editor/compare/v0.2.2...v0.2.3) (2023-12-26)


Expand All @@ -18,6 +19,7 @@

* **monaco-editor:** 修复在 `BrowserWindow` 中编辑器无法加载问题 | Fix the issue that the editor cannot be loaded in `BrowserWindow`. ([c8d6c68](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-monaco-editor/commit/c8d6c68a6bb2b873512cee28a7ac7e9283a583e7))


## [0.2.2](https://github.com/Zuoqiu-Yingyi/siyuan-plugin-monaco-editor/compare/v0.2.1...v0.2.2) (2023-11-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "monaco-editor",
"private": true,
"version": "0.2.3",
"version": "0.2.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion public/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
"代码",
Expand Down

0 comments on commit 58cd480

Please sign in to comment.