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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed May 10, 2022
1 parent a30aa93 commit 233485e
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 17 deletions.
7 changes: 0 additions & 7 deletions .changeset/nice-files-jam.md

This file was deleted.

10 changes: 4 additions & 6 deletions extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
# grammarly

## 0.16.0
## 0.18.0

- a30aa93: Support for connected Grammarly account

### Minor Changes
## 0.16.0

- 1b8a750: Use Grammarly SDK

## 0.14.0

### Minor Changes

- 1ed857d: Show diagnostics in the correct position after accepting fixes

## 0.13.0

### Minor Changes

- OAuth Support
5 changes: 3 additions & 2 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
"publisher": "znck",
"displayName": "Grammarly",
"description": "A grammar checking for Visual Studio Code using Grammarly.",
"version": "0.16.0",
"version": "0.18.0",
"icon": "assets/logo.png",
"preview": true,
"engines": {
"vscode": "^1.63.0"
},
"repository": {
"type": "git",
"url": "https://github.com/znck/grammarly"
"url": "https://github.com/znck/grammarly",
"directory": "extension"
},
"categories": [
"Other"
Expand Down
7 changes: 7 additions & 0 deletions packages/grammarly-languageclient/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# grammarly-languageclient

## 0.0.1

### Patch Changes

- a30aa93: Support for connected Grammarly account
2 changes: 1 addition & 1 deletion packages/grammarly-languageclient/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grammarly-languageclient",
"version": "0.0.0",
"version": "0.0.1",
"description": "LSP client implementation for Grammarly",
"author": "Rahul Kadyan <hey@znck.me>",
"main": "./dist/index.node.cjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/grammarly-languageserver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# grammarly-languageserver

## 0.0.1

### Patch Changes

- a30aa93: Support for connected Grammarly account
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.0",
"version": "0.0.1",
"description": "LSP server implementation for Grammarly",
"author": "Rahul Kadyan <hey@znck.me>",
"bin": "./bin/server.js",
Expand Down

0 comments on commit 233485e

Please sign in to comment.