Skip to content

Commit

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

## [1.9.4](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.3...v1.9.4) (2020-11-14)


### Bug Fixes

* Fix crash with missing import ([#582](https://github.com/streetsidesoftware/vscode-spell-checker/issues/582)) ([60aa438](https://github.com/streetsidesoftware/vscode-spell-checker/commit/60aa4387f3f5bc4944a31504d07f3c3d43f17318)), closes [#579](https://github.com/streetsidesoftware/vscode-spell-checker/issues/579)





## [1.9.3](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.3-alpha.3...v1.9.3) (2020-11-09)

**Note:** Version bump only for package vscode-spell-checker
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.9.3"
"version": "1.9.4"
}
11 changes: 11 additions & 0 deletions packages/_server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.9.4](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.3...v1.9.4) (2020-11-14)


### Bug Fixes

* Fix crash with missing import ([#582](https://github.com/streetsidesoftware/vscode-spell-checker/issues/582)) ([60aa438](https://github.com/streetsidesoftware/vscode-spell-checker/commit/60aa4387f3f5bc4944a31504d07f3c3d43f17318)), closes [#579](https://github.com/streetsidesoftware/vscode-spell-checker/issues/579)





## [1.9.3](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.3-alpha.3...v1.9.3) (2020-11-09)

**Note:** Version bump only for package vscode-spell-checker-server
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.9.3",
"version": "1.9.4",
"author": "Jason Dent",
"license": "MIT",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.9.4](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.3...v1.9.4) (2020-11-14)


### Bug Fixes

* Fix crash with missing import ([#582](https://github.com/streetsidesoftware/vscode-spell-checker/issues/582)) ([60aa438](https://github.com/streetsidesoftware/vscode-spell-checker/commit/60aa4387f3f5bc4944a31504d07f3c3d43f17318)), closes [#579](https://github.com/streetsidesoftware/vscode-spell-checker/issues/579)





## [1.9.3](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.3-alpha.3...v1.9.3) (2020-11-09)

**Note:** Version bump only for package code-spell-checker
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"icon": "images/SpellCheck.png",
"author": "Jason Dent",
"license": "MIT",
"version": "1.9.3",
"version": "1.9.4",
"publisher": "streetsidesoftware",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6824c90

Please sign in to comment.