Skip to content

Commit

Permalink
v1.9.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed May 11, 2020
1 parent b204447 commit 8b4b487
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.0-alpha.1](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.0-alpha.0...v1.9.0-alpha.1) (2020-05-11)


### Bug Fixes

* Make sure Custom Dictionaries use workspaceRoot ([#485](https://github.com/streetsidesoftware/vscode-spell-checker/issues/485)) ([70a375a](https://github.com/streetsidesoftware/vscode-spell-checker/commit/70a375a8305d2a30ab67439930e04ba0f1a7b41f))





# [1.9.0-alpha.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.8.1-alpha.0...v1.9.0-alpha.0) (2020-05-09)


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.0-alpha.0"
"version": "1.9.0-alpha.1"
}
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.0-alpha.1](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.0-alpha.0...v1.9.0-alpha.1) (2020-05-11)


### Bug Fixes

* Make sure Custom Dictionaries use workspaceRoot ([#485](https://github.com/streetsidesoftware/vscode-spell-checker/issues/485)) ([70a375a](https://github.com/streetsidesoftware/vscode-spell-checker/commit/70a375a8305d2a30ab67439930e04ba0f1a7b41f))





# [1.9.0-alpha.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.8.1-alpha.0...v1.9.0-alpha.0) (2020-05-09)


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.0-alpha.0",
"version": "1.9.0-alpha.1",
"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.0-alpha.1](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.0-alpha.0...v1.9.0-alpha.1) (2020-05-11)


### Bug Fixes

* Make sure Custom Dictionaries use workspaceRoot ([#485](https://github.com/streetsidesoftware/vscode-spell-checker/issues/485)) ([70a375a](https://github.com/streetsidesoftware/vscode-spell-checker/commit/70a375a8305d2a30ab67439930e04ba0f1a7b41f))





# [1.9.0-alpha.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.8.0...v1.9.0-alpha.0) (2020-05-09)


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.0-alpha.0",
"version": "1.9.0-alpha.1",
"publisher": "streetsidesoftware",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8b4b487

Please sign in to comment.