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

Commit aebdbdf

Browse files
committed
release v0.16
1 parent db69461 commit aebdbdf

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.changeset/config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"linked": [
66
[
77
"grammarly-languageclient",
8-
"grammarly-languageserver",
9-
"grammarly-languageserver-transformers"
8+
"grammarly-languageserver"
109
]
1110
],
1211
"access": "public",

.changeset/odd-doors-try.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.16.0
4+
5+
### Minor Changes
6+
7+
- 1b8a750: Use Grammarly SDK
8+
39
## 0.14.0
410

511
### Minor Changes

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.14.0",
7+
"version": "0.15.0",
88
"icon": "assets/logo.png",
99
"preview": true,
1010
"engines": {

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"build": "rollup -c",
88
"build:wasm": "node scripts/build-wasm.mjs",
99
"watch": "rollup --watch -c",
10-
"test": "jest"
10+
"test": "jest",
11+
"release": "changeset version"
1112
},
1213
"devDependencies": {
1314
"@changesets/cli": "^2.22.0",

0 commit comments

Comments
 (0)