Skip to content

Commit

Permalink
chore(main): release 8.17.0 (#601)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 17, 2024
1 parent c1b8f53 commit 418235d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 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 @@
{
".": "8.16.1"
".": "8.17.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## [8.17.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.16.1...v8.17.0) (2024-12-17)


### Features

* Update CSpell version (8.17.0) ([#600](https://github.com/streetsidesoftware/cspell-cli/issues/600)) ([603f826](https://github.com/streetsidesoftware/cspell-cli/commit/603f8265d998ac27990d7ee82fae09f778edd7de))


### Trivial updates and changes.

* Update CSpell version (8.17.1) ([#603](https://github.com/streetsidesoftware/cspell-cli/issues/603)) ([c2db120](https://github.com/streetsidesoftware/cspell-cli/commit/c2db1207d97d0de72252624b4e81ee4dd6646d66))

## [8.16.1](https://github.com/streetsidesoftware/cspell-cli/compare/v8.16.0...v8.16.1) (2024-12-02)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This repository enables using [cspell](https://github.com/streetsidesoftware/csp
# .pre-commit-config.yaml
repos:
- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.16.1
rev: v8.17.0
hooks:
- id: cspell
```
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
Expand Up @@ -4,7 +4,7 @@
"access": "public",
"provenance": true
},
"version": "8.16.1",
"version": "8.17.0",
"description": "CLI for cspell; A Spelling Checker for Code!",
"type": "module",
"module": "index.js",
Expand Down

0 comments on commit 418235d

Please sign in to comment.