Skip to content

Commit

Permalink
v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Nov 19, 2020
1 parent 73acd85 commit e47c639
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.1](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.10.0...v1.10.1) (2020-11-19)

**Note:** Version bump only for package vscode-spell-checker





# [1.10.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.4...v1.10.0) (2020-11-16)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages/_settingsViewer",
"packages/client"
],
"version": "1.10.0"
"version": "1.10.1"
}
8 changes: 8 additions & 0 deletions packages/_server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.1](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.10.0...v1.10.1) (2020-11-19)

**Note:** Version bump only for package vscode-spell-checker-server





# [1.10.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.4...v1.10.0) (2020-11-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/_server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-spell-checker-server",
"private": true,
"description": "Spell Checker Server",
"version": "1.10.0",
"version": "1.10.1",
"author": "Jason Dent",
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/_settingsViewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.1](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.10.0...v1.10.1) (2020-11-19)

**Note:** Version bump only for package code-spell-checker-settings-webview





# [1.10.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.4...v1.10.0) (2020-11-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/_settingsViewer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/_settingsViewer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-spell-checker-settings-webview",
"private": true,
"version": "1.10.0",
"version": "1.10.1",
"description": "Webview for VS Code to edit cspell settings",
"typings": "out",
"main": "out",
Expand Down

0 comments on commit e47c639

Please sign in to comment.