Skip to content

Commit

Permalink
v1.9.2-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Sep 27, 2020
1 parent 176c016 commit 08188c6
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 8 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.2-alpha.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.1...v1.9.2-alpha.0) (2020-09-27)


### Bug Fixes

* Issues relating to the RegExp Tester ([#558](https://github.com/streetsidesoftware/vscode-spell-checker/issues/558)) ([176c016](https://github.com/streetsidesoftware/vscode-spell-checker/commit/176c016700426c3ba17403232925f84a70a7e3b5))





## [1.9.1](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.1-alpha.2...v1.9.1) (2020-09-23)


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.1"
"version": "1.9.2-alpha.0"
}
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.2-alpha.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.1...v1.9.2-alpha.0) (2020-09-27)


### Bug Fixes

* Issues relating to the RegExp Tester ([#558](https://github.com/streetsidesoftware/vscode-spell-checker/issues/558)) ([176c016](https://github.com/streetsidesoftware/vscode-spell-checker/commit/176c016700426c3ba17403232925f84a70a7e3b5))





## [1.9.1](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.1-alpha.2...v1.9.1) (2020-09-23)

**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.1",
"version": "1.9.2-alpha.0",
"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.2-alpha.0](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.1...v1.9.2-alpha.0) (2020-09-27)


### Bug Fixes

* Issues relating to the RegExp Tester ([#558](https://github.com/streetsidesoftware/vscode-spell-checker/issues/558)) ([176c016](https://github.com/streetsidesoftware/vscode-spell-checker/commit/176c016700426c3ba17403232925f84a70a7e3b5))





## [1.9.1](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.1-alpha.2...v1.9.1) (2020-09-23)


Expand Down
10 changes: 5 additions & 5 deletions 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.1",
"version": "1.9.2-alpha.0",
"publisher": "streetsidesoftware",
"repository": {
"type": "git",
Expand Down Expand Up @@ -63,11 +63,11 @@
],
"commandPalette": [
{
"command": "cSpellRegExpTester.testRegExp",
"title": "Test a Regular Expression on the current document X.",
"when": "config.cSpell.experimental.enableRegexpView"
"command": "cSpellRegExpTester.testRegExp",
"title": "Test a Regular Expression on the current document X.",
"when": "config.cSpell.experimental.enableRegexpView"
}
]
]
},
"views": {
"explorer": [
Expand Down

0 comments on commit 08188c6

Please sign in to comment.