Skip to content

Commit

Permalink
chore(monaco-editor): release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuoqiu-Yingyi committed Aug 15, 2023
1 parent e57e503 commit 90d94f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 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.1.1
PACKAGE_VERSION: 0.1.2

jobs:
release-please:
Expand Down
3 changes: 0 additions & 3 deletions .vscode/extensions.json

This file was deleted.

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.1.1",
"version": "0.1.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions public/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "monaco-editor",
"author": "Zuoqiu Yingyi",
"url": "https://github.com/Zuoqiu-Yingyi/siyuan-plugin-monaco-editor",
"version": "0.1.1",
"minAppVersion": "2.9.9",
"version": "0.1.2",
"minAppVersion": "2.10.0",
"backends": [
"all"
],
Expand Down

0 comments on commit 90d94f9

Please # to comment.