Skip to content

Commit

Permalink
Merge pull request #84 from vunguyentuan/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
vunguyentuan authored Mar 3, 2024
2 parents 1318541 + b50a29c commit 763a564
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .changeset/loud-lizards-tan.md

This file was deleted.

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

## 2.7.0

### Minor Changes

- 3a5bfa9: Add executable for language server to run from the commandline.

```sh
$ npm install -g css-variables-language-server
$ css-variables-language-server --stdio
```

## 2.6.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/css-variables-language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "css-variables-language-server",
"description": "CSS Variables Language Server in node.",
"version": "2.6.4",
"version": "2.7.0",
"author": "Vu Nguyen",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 763a564

Please sign in to comment.