Skip to content

Commit

Permalink
chore(main): release 6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 7, 2022
1 parent 1940916 commit a396afd
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.2.0"
".": "6.1.2"
}
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@

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.

## [6.1.2](https://github.com/streetsidesoftware/cspell-cli/compare/v6.1.1...v6.1.2) (2022-07-07)


### ⚠ BREAKING CHANGES

* Upgrade to CSpell 6.0.0 (#141)

### Features

* Upgrade to cspell 5.17.0 ([#104](https://github.com/streetsidesoftware/cspell-cli/issues/104)) ([47f575d](https://github.com/streetsidesoftware/cspell-cli/commit/47f575defe2ddfe2076f57e3f20da297071bd010))
* Upgrade to CSpell 5.20.0 ([#136](https://github.com/streetsidesoftware/cspell-cli/issues/136)) ([608edbb](https://github.com/streetsidesoftware/cspell-cli/commit/608edbb5f7ac232be8beaa51324cf90baca4a527))
* Upgrade to CSpell 6.0.0 ([#141](https://github.com/streetsidesoftware/cspell-cli/issues/141)) ([df3c79b](https://github.com/streetsidesoftware/cspell-cli/commit/df3c79bcd9c5745e4ebdeb5cc250ead15324ce1e))
* Upgrade to CSpell 6.2.2 ([#150](https://github.com/streetsidesoftware/cspell-cli/issues/150)) ([29557a4](https://github.com/streetsidesoftware/cspell-cli/commit/29557a41fa961a56fabc997ae02e88470cde120b))


### Bug Fixes

* Create .pre-commit-hooks.yaml ([#48](https://github.com/streetsidesoftware/cspell-cli/issues/48)) ([982d5b1](https://github.com/streetsidesoftware/cspell-cli/commit/982d5b1f0b3ffa2676888a40e81194b32e1a6d61))
* fix setup instructions ([d725ad1](https://github.com/streetsidesoftware/cspell-cli/commit/d725ad1477320638209e1f9bce53f1a72efa7c0f))
* Have the Major and Minor version match `cspell` ([c433c1a](https://github.com/streetsidesoftware/cspell-cli/commit/c433c1a0e2e1064df418ae777c2dc5bd388cf2db))
* Update cspell to 5.9.0 ([#37](https://github.com/streetsidesoftware/cspell-cli/issues/37)) ([dd68418](https://github.com/streetsidesoftware/cspell-cli/commit/dd68418995edebd8e0cdbfdae6effa15ae4dc481))
* Update readme to use the general version. ([#108](https://github.com/streetsidesoftware/cspell-cli/issues/108)) ([d0e1fd2](https://github.com/streetsidesoftware/cspell-cli/commit/d0e1fd267b34f3a7adf31d2ff2eacfd72ec17d48))
* Update README.md ([#143](https://github.com/streetsidesoftware/cspell-cli/issues/143)) ([fa9f036](https://github.com/streetsidesoftware/cspell-cli/commit/fa9f036a6c61ce4c1e4618a859be3fe3771540a5))
* Update README.md ([#157](https://github.com/streetsidesoftware/cspell-cli/issues/157)) ([8ccd766](https://github.com/streetsidesoftware/cspell-cli/commit/8ccd766dfbcbd789250def049579f8b9267c42d1))
* Update Release Notes Format ([7ff246c](https://github.com/streetsidesoftware/cspell-cli/commit/7ff246cf7e6010989431357fe3c21987784f03a3))
* Update to cspell 5.18.5 ([#115](https://github.com/streetsidesoftware/cspell-cli/issues/115)) ([e46bbb9](https://github.com/streetsidesoftware/cspell-cli/commit/e46bbb9e181318f4cfefcfde11d00e17742090f2))
* Update to CSpell 6.1.2 ([89445a1](https://github.com/streetsidesoftware/cspell-cli/commit/89445a11766d6ebe703c73cafa1aaaf51214309e))
* Upgrade cspell to 5.18.3 ([#110](https://github.com/streetsidesoftware/cspell-cli/issues/110)) ([c01ed90](https://github.com/streetsidesoftware/cspell-cli/commit/c01ed90ee4f45f73af47916d3cb025b42b525f15))


### Miscellaneous Chores

* force release 6.1.2 ([7cad036](https://github.com/streetsidesoftware/cspell-cli/commit/7cad0361f3d9203b2569bd66eb1df3d7147cbaf7))

## [6.1.1](https://github.com/streetsidesoftware/cspell-cli/compare/v6.1.0...v6.1.1) (2022-07-06)


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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-cli",
"version": "6.1.1",
"version": "6.1.2",
"description": "CLI for cspell: A Spelling Checker for Code!",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit a396afd

Please sign in to comment.