Skip to content

Commit

Permalink
Release 23.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Nov 16, 2022
1 parent 17b74bd commit 62e3439
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@




## v23.1.2 (2022-11-16)

#### :bug: Bug Fix
* [#786](https://github.com/square/eslint-plugin-square/pull/786) Allow all unused vars with leading `_` in `typescript` config ([@maorleger](https://github.com/maorleger))

#### :memo: Documentation
* [#764](https://github.com/square/eslint-plugin-square/pull/764) Automate docs with eslint-doc-generator ([@bmish](https://github.com/bmish))

#### Committers: 2
- Bryan Mishkin ([@bmish](https://github.com/bmish))
- Maor Leger ([@maorleger](https://github.com/maorleger))


## v23.1.1 (2022-09-15)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-square",
"version": "23.1.1",
"version": "23.1.2",
"description": "Linting plugin containing Square's custom lint rules and configuration for JavaScript and related technologies.",
"keywords": [
"ember",
Expand Down

0 comments on commit 62e3439

Please sign in to comment.