cspell-dict-golang
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.2.1](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-golang@1.2.0...cspell-dict-golang@1.2.1) (2020-12-26) | ||
**Note:** Version bump only for package cspell-dict-golang | ||
# [1.2.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dict-golang@1.1.23...cspell-dict-golang@1.2.0) (2020-12-24) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "cspell-dict-golang", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Go Language dictionary for cspell.", | ||
@@ -14,3 +14,3 @@ "bin": { | ||
"scripts": { | ||
"test": "cspell -v -c ./cspell-ext.json *.md", | ||
"test": "cspell -v -c ./cspell-ext.json *.md -e CHANGELOG.md", | ||
"prepublishOnly": "yarn test" | ||
@@ -45,3 +45,4 @@ }, | ||
"*.d.ts" | ||
] | ||
], | ||
"gitHead": "7ab80399b1deb575fd3e5b3b8bbb8fa3cafed1fb" | ||
} |
7348