diff --git a/CHANGELOG.md b/CHANGELOG.md index e22e5f3e8..4fa6b0e71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.9.0-alpha.4](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.0-alpha.3...v1.9.0-alpha.4) (2020-05-14) + +**Note:** Version bump only for package vscode-spell-checker + + + + + # [1.9.0-alpha.3](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.0-alpha.2...v1.9.0-alpha.3) (2020-05-14) diff --git a/lerna.json b/lerna.json index 92b3e4db7..d0c27c2e1 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,5 @@ "packages/_settingsViewer", "packages/client" ], - "version": "1.9.0-alpha.3" + "version": "1.9.0-alpha.4" } diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index d957705e9..90daa04ad 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -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.9.0-alpha.4](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.0-alpha.3...v1.9.0-alpha.4) (2020-05-14) + +**Note:** Version bump only for package code-spell-checker + + + + + # [1.9.0-alpha.3](https://github.com/streetsidesoftware/vscode-spell-checker/compare/v1.9.0-alpha.2...v1.9.0-alpha.3) (2020-05-14) ### Bug Fixes diff --git a/packages/client/package.json b/packages/client/package.json index e62dd580a..1ff4db003 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -5,7 +5,7 @@ "icon": "images/SpellCheck.png", "author": "Jason Dent", "license": "MIT", - "version": "1.9.0-alpha.3", + "version": "1.9.0-alpha.4", "publisher": "streetsidesoftware", "repository": { "type": "git",