Skip to content

Commit

Permalink
chore(release): 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jan 21, 2022
1 parent 4f96189 commit 611aa73
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [5.7.0](https://github.com/streetsidesoftware/cspell-cli/compare/v5.6.12...v5.7.0) (2022-01-21)

### [5.6.12](https://github.com/streetsidesoftware/cspell-cli/compare/v5.6.11...v5.6.12) (2021-12-29)

### [5.6.11](https://github.com/streetsidesoftware/cspell-cli/compare/v5.6.10...v5.6.11) (2021-12-02)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "cspell-cli",
"version": "5.6.12",
"version": "5.7.0",
"description": "CLI for cspell: A Spelling Checker for Code!",
"main": "index.js",
"bin": {
"cspell-cli": "index.js"
},
"scripts": {
"version-prerelease": "npm run version-release -- -p",
"version-prerelease": "npx version-release -p",
"version-release-minor": "npx standard-version -r minor",
"version-release-patch": "npx standard-version -r patch",
"version-release": "npx standard-version",
"test": "node ./index.js \"**\""
},
Expand Down

0 comments on commit 611aa73

Please sign in to comment.