Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 55dd6d5

Browse files
committed
Release v0.18.1
1 parent c735bc8 commit 55dd6d5

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

.changeset/fluffy-lions-stare.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

extension/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# grammarly
22

3+
## 0.18.1
4+
5+
### Patch Changes
6+
7+
- c735bc8: Use config from workspace configuration (correctly)
8+
39
## 0.18.0
410

511
- a30aa93: Support for connected Grammarly account

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publisher": "znck",
55
"displayName": "Grammarly",
66
"description": "A grammar checking for Visual Studio Code using Grammarly.",
7-
"version": "0.18.0",
7+
"version": "0.18.1",
88
"icon": "assets/logo.png",
99
"preview": true,
1010
"engines": {

packages/grammarly-languageserver/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# grammarly-languageserver
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- c735bc8: Use config from workspace configuration in Grammarly SDK
8+
39
## 0.0.1
410

511
### Patch Changes

packages/grammarly-languageserver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grammarly-languageserver",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "LSP server implementation for Grammarly",
55
"author": "Rahul Kadyan <[email protected]>",
66
"bin": "./bin/server.js",

0 commit comments

Comments
 (0)