Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
github-actions[bot] authored and DylanPiercey committed Jul 10, 2022
1 parent 26589ef commit cf7f022
Showing 6 changed files with 19 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/sweet-beers-tell.md

This file was deleted.

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

## 0.17.23

### Patch Changes

- [#98](https://github.com/marko-js/language-server/pull/98) [`26589ef`](https://github.com/marko-js/language-server/commit/26589ef00a625b0164722c8f0062f394cd00e74e) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with diagnostic cache not invalidating.

## 0.17.22

### Patch Changes
4 changes: 2 additions & 2 deletions clients/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": "0.17.22",
"version": "0.17.23",
"activationEvents": [
"onLanguage:marko"
],
@@ -60,7 +60,7 @@
}
},
"devDependencies": {
"@marko/language-server": "^0.12.6",
"@marko/language-server": "^0.12.7",
"@types/vscode": "^1.68.0",
"@vscode/test-electron": "^2.1.5",
"ovsx": "^0.5.1",
8 changes: 4 additions & 4 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 server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.12.7

### Patch Changes

- [#98](https://github.com/marko-js/language-server/pull/98) [`26589ef`](https://github.com/marko-js/language-server/commit/26589ef00a625b0164722c8f0062f394cd00e74e) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with diagnostic cache not invalidating.

## 0.12.6

### Patch Changes
2 changes: 1 addition & 1 deletion 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": "0.12.6",
"version": "0.12.7",
"bin": {
"marko-language-server": "./bin.js"
},

0 comments on commit cf7f022

Please sign in to comment.