Skip to content

Commit

Permalink
chore(release): 42.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [42.0.0](v41.0.0...v42.0.0) (2023-12-9)

### ⚠ BREAKING CHANGES

* add rule @typescript-eslint/no-unsafe-argument

### Features

* @typescript-eslint/no-unsafe-argument ([350bd29](350bd29))
  • Loading branch information
semantic-release-bot committed Dec 9, 2023
1 parent 45df675 commit 898b6b0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [42.0.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v41.0.0...v42.0.0) (2023-12-9)


### ⚠ BREAKING CHANGES

* add rule @typescript-eslint/no-unsafe-argument

### Features

* @typescript-eslint/no-unsafe-argument ([350bd29](https://github.com/standard/eslint-config-standard-with-typescript/commit/350bd296c12aca6eb24c557c879d0a07bb08d2d1))

## [41.0.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v40.0.0...v41.0.0) (2023-12-9)


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": "eslint-config-standard-with-typescript",
"version": "41.0.0",
"version": "42.0.0",
"description": "An ESLint Shareable Config for JavaScript Standard Style with TypeScript support",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 898b6b0

Please sign in to comment.