Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and DylanPiercey committed Jul 26, 2023
1 parent db71899 commit c7eff8e
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/cuddly-poets-sniff.md

This file was deleted.

6 changes: 3 additions & 3 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions packages/language-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.1.5

### Patch Changes

- [#207](https://github.com/marko-js/language-server/pull/207) [`db71899`](https://github.com/marko-js/language-server/commit/db71899ba0f82dc5f2bbc6033cb0942e0143b09e) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with untitled files causing errors in the language server.

## 1.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@marko/language-server",
"description": "Marko Language Server",
"version": "1.1.4",
"version": "1.1.5",
"bin": {
"marko-language-server": "./bin.js"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 1.1.6

### Patch Changes

- [#207](https://github.com/marko-js/language-server/pull/207) [`db71899`](https://github.com/marko-js/language-server/commit/db71899ba0f82dc5f2bbc6033cb0942e0143b09e) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with untitled files causing errors in the language server.

## 1.1.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "marko-vscode",
"description": "Marko Tooling for VSCode",
"version": "1.1.5",
"version": "1.1.6",
"activationEvents": [
"workspaceContains:**/*.marko"
],
Expand Down Expand Up @@ -81,7 +81,7 @@
}
},
"devDependencies": {
"@marko/language-server": "^1.1.4",
"@marko/language-server": "^1.1.5",
"@types/babel__helper-validator-identifier": "^7.15.0",
"@types/vscode": "^1.80.0",
"@vscode/test-electron": "^2.3.3",
Expand Down

0 comments on commit c7eff8e

Please sign in to comment.