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 Dec 8, 2023
1 parent 35d363d commit 8b69f00
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/shiny-fishes-fix.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.10

### Patch Changes

- [#226](https://github.com/marko-js/language-server/pull/226) [`bca7c20`](https://github.com/marko-js/language-server/commit/bca7c20c7b3f17ff5e93049e762bc7d215a12f23) Thanks [@LuLaValva](https://github.com/LuLaValva)! - add new rule filter to a11y linter

## 1.1.9

### 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.9",
"version": "1.1.10",
"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.11

### Patch Changes

- [#226](https://github.com/marko-js/language-server/pull/226) [`bca7c20`](https://github.com/marko-js/language-server/commit/bca7c20c7b3f17ff5e93049e762bc7d215a12f23) Thanks [@LuLaValva](https://github.com/LuLaValva)! - add new rule filter to a11y linter

## 1.1.10

### 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.10",
"version": "1.1.11",
"activationEvents": [
"workspaceContains:**/*.marko"
],
Expand Down Expand Up @@ -81,7 +81,7 @@
}
},
"devDependencies": {
"@marko/language-server": "^1.1.9",
"@marko/language-server": "^1.1.10",
"@types/babel__helper-validator-identifier": "^7.15.2",
"@types/vscode": "^1.80.0",
"@vscode/test-electron": "^2.3.8",
Expand Down

0 comments on commit 8b69f00

Please sign in to comment.