Skip to content

Commit

Permalink
v1.9.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed May 9, 2020
1 parent ffd9a97 commit c0945c9
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Change Log

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.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.8.1-alpha.0...v1.9.0-alpha.0) (2020-05-09)


### Bug Fixes

* Make sure to listen for all settings changes. ([#484](https://github.com/streetsidesoftware/vscode-spell-checker/issues/484)) ([ffd9a97](https://github.com/streetsidesoftware/vscode-spell-checker/commit/ffd9a97a6119186d1fdedbfe89d08bd78ab09788))


### Features

* Custom Dictionaries ([#482](https://github.com/streetsidesoftware/vscode-spell-checker/issues/482)) ([075ec87](https://github.com/streetsidesoftware/vscode-spell-checker/commit/075ec875fab13a6912529c067c0f85e2ba3f5e67))





# [](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.8.0...v) (2020-05-02)


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.8.1-alpha.0"
"version": "1.9.0-alpha.0"
}
16 changes: 16 additions & 0 deletions packages/_server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.8.1-alpha.0...v1.9.0-alpha.0) (2020-05-09)


### Bug Fixes

* Make sure to listen for all settings changes. ([#484](https://github.com/streetsidesoftware/vscode-spell-checker/issues/484)) ([ffd9a97](https://github.com/streetsidesoftware/vscode-spell-checker/commit/ffd9a97a6119186d1fdedbfe89d08bd78ab09788))


### Features

* Custom Dictionaries ([#482](https://github.com/streetsidesoftware/vscode-spell-checker/issues/482)) ([075ec87](https://github.com/streetsidesoftware/vscode-spell-checker/commit/075ec875fab13a6912529c067c0f85e2ba3f5e67))





## [1.8.1-alpha.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.8.0...v1.8.1-alpha.0) (2020-05-02)

**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.8.1-alpha.0",
"version": "1.9.0-alpha.0",
"author": "Jason Dent",
"license": "MIT",
"repository": {
Expand Down
16 changes: 16 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.8.1-alpha.0...v1.9.0-alpha.0) (2020-05-09)


### Bug Fixes

* Make sure to listen for all settings changes. ([#484](https://github.com/streetsidesoftware/vscode-spell-checker/issues/484)) ([ffd9a97](https://github.com/streetsidesoftware/vscode-spell-checker/commit/ffd9a97a6119186d1fdedbfe89d08bd78ab09788))


### Features

* Custom Dictionaries ([#482](https://github.com/streetsidesoftware/vscode-spell-checker/issues/482)) ([075ec87](https://github.com/streetsidesoftware/vscode-spell-checker/commit/075ec875fab13a6912529c067c0f85e2ba3f5e67))





## [1.8.1-alpha.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.8.0...v1.8.1-alpha.0) (2020-05-02)

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

0 comments on commit c0945c9

Please sign in to comment.