Skip to content

Commit

Permalink
Pull in changes and update changlog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Apr 15, 2018
1 parent cfd57f9 commit cb5fdda
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 63 deletions.
7 changes: 6 additions & 1 deletion client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Release Notes

## [next release]
## [1.6.7]
* Fix [cSpell.json overwritten with commented json on word add. #206](https://github.com/Jason-Rev/vscode-spell-checker/issues/206)
- Fix an issue with matching too much text for a url:
[Misspelled first word after HTML element with absolute URL is not detected #201](https://github.com/Jason-Rev/vscode-spell-checker/issues/201)
- [Better LaTeX support](https://github.com/Jason-Rev/vscode-spell-checker/issues/167#issuecomment-373682530)
- Ignore SHA-1, SHA-256, SHA-512 hashes by default
- Ignore HTML href urls by default.

## [1.6.6]
* Expose the setting to limit the number of repeated problems.
Expand Down
59 changes: 30 additions & 29 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions 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.6.6",
"version": "1.6.7",
"publisher": "streetsidesoftware",
"repository": {
"type": "git",
Expand Down Expand Up @@ -414,14 +414,14 @@
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/comment-json": "^1.1.1",
"@types/fs-extra": "^5.0.1",
"@types/fs-extra": "^5.0.2",
"@types/mkdirp": "^0.3.29",
"@types/mocha": "^5.0.0",
"@types/node": "^8.10.1",
"@types/node": "^8.10.8",
"@types/pug": "^2.0.4",
"chai": "^4.1.2",
"lorem-ipsum": "^1.0.4",
"mocha": "^5.0.5",
"mocha": "^5.1.0",
"pug-cli": "^1.0.0-alpha6",
"pug-lint": "^2.5.0",
"rimraf": "^2.6.2",
Expand All @@ -435,8 +435,8 @@
"mkdirp": "^0.5.1",
"node-watch": "^0.5.8",
"pug": "^2.0.3",
"rxjs": "^5.5.8",
"rxjs": "^5.5.10",
"tsmerge": "^1.0.4",
"vscode-languageclient": "^4.0.1"
"vscode-languageclient": "^4.1.3"
}
}
45 changes: 23 additions & 22 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,26 @@
},
"dependencies": {
"comment-json": "^1.1.3",
"cspell": "^2.1.9",
"cspell": "^2.1.10",
"gensequence": "^2.1.1",
"iconv-lite": "^0.4.21",
"minimatch": "^3.0.4",
"rxjs": "^5.5.8",
"rxjs": "^5.5.10",
"tsmerge": "^1.0.4",
"vscode-jsonrpc": "^3.6.1",
"vscode-languageserver": "^4.1.1",
"vscode-languageserver": "^4.1.2",
"vscode-uri": "^1.0.3",
"xregexp": "^4.1.1"
},
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/minimatch": "^3.0.3",
"@types/mocha": "^5.0.0",
"@types/node": "^8.10.3",
"@types/node": "^8.10.8",
"@types/xregexp": "^3.0",
"chai": "^4.1.2",
"lorem-ipsum": "^1.0.4",
"mocha": "^5.0.5",
"mocha": "^5.1.0",
"rimraf": "^2.6.2",
"ts-node": "^5.0.1",
"typescript": "^2.8.1"
Expand Down

0 comments on commit cb5fdda

Please sign in to comment.