Skip to content

Commit

Permalink
chore(main): release 8.17.1 (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 15, 2025
1 parent 021a906 commit ffab4fd
Show file tree
Hide file tree
Showing 5 changed files with 12 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.17.0"
".": "8.17.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.1](https://github.com/streetsidesoftware/cspell-cli/compare/v8.17.0...v8.17.1) (2025-01-15)


### Trivial updates and changes.

* Update CSpell version (8.17.2) ([#615](https://github.com/streetsidesoftware/cspell-cli/issues/615)) ([d259857](https://github.com/streetsidesoftware/cspell-cli/commit/d2598579b86b83edee96d7f92b8c2feac11159f5))

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


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.17.0
rev: v8.17.1
hooks:
- id: cspell # Spell check changed files
- id: cspell # Spell check the commit message
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.17.0",
"version": "8.17.1",
"description": "CLI for cspell; A Spelling Checker for Code!",
"type": "module",
"module": "index.js",
Expand Down

0 comments on commit ffab4fd

Please sign in to comment.