Skip to content

Commit

Permalink
chore: release v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
action-hong committed Nov 13, 2023
1 parent 57da7f1 commit 93688db
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "VSCode part of markdown language server with zhlint",
"author": "kkopite",
"license": "MIT",
"version": "0.0.1",
"version": "1.0.6",
"publisher": "kkopite",
"engines": {
"vscode": "^1.75.0"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "zhlint vscode extension",
"author": "kkopite",
"license": "MIT",
"version": "1.0.5",
"version": "1.0.6",
"repository": {
"type": "git",
"url": "https://github.com/zhlint-project/zhlint-vscode"
Expand Down Expand Up @@ -74,7 +74,9 @@
"description": "provide exception cases which you would like to skip.",
"items": {
"type": "object",
"required": ["textStart"],
"required": [
"textStart"
],
"properties": {
"prefix": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lsp-zhlint-server",
"description": "markdown language server in node.",
"version": "1.0.0",
"version": "1.0.6",
"author": "kkopite",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 93688db

Please sign in to comment.