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

Commit

Permalink
Release v0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed May 11, 2022
1 parent c735bc8 commit 55dd6d5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-lions-stare.md

This file was deleted.

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

## 0.18.1

### Patch Changes

- c735bc8: Use config from workspace configuration (correctly)

## 0.18.0

- a30aa93: Support for connected Grammarly account
Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publisher": "znck",
"displayName": "Grammarly",
"description": "A grammar checking for Visual Studio Code using Grammarly.",
"version": "0.18.0",
"version": "0.18.1",
"icon": "assets/logo.png",
"preview": true,
"engines": {
Expand Down
6 changes: 6 additions & 0 deletions packages/grammarly-languageserver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# grammarly-languageserver

## 0.0.2

### Patch Changes

- c735bc8: Use config from workspace configuration in Grammarly SDK

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/grammarly-languageserver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grammarly-languageserver",
"version": "0.0.1",
"version": "0.0.2",
"description": "LSP server implementation for Grammarly",
"author": "Rahul Kadyan <[email protected]>",
"bin": "./bin/server.js",
Expand Down

0 comments on commit 55dd6d5

Please sign in to comment.