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

Commit

Permalink
release v0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed May 6, 2022
1 parent db69461 commit aebdbdf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"linked": [
[
"grammarly-languageclient",
"grammarly-languageserver",
"grammarly-languageserver-transformers"
"grammarly-languageserver"
]
],
"access": "public",
Expand Down
5 changes: 0 additions & 5 deletions .changeset/odd-doors-try.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.16.0

### Minor Changes

- 1b8a750: Use Grammarly SDK

## 0.14.0

### Minor Changes
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.14.0",
"version": "0.15.0",
"icon": "assets/logo.png",
"preview": true,
"engines": {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"build": "rollup -c",
"build:wasm": "node scripts/build-wasm.mjs",
"watch": "rollup --watch -c",
"test": "jest"
"test": "jest",
"release": "changeset version"
},
"devDependencies": {
"@changesets/cli": "^2.22.0",
Expand Down

0 comments on commit aebdbdf

Please sign in to comment.