Skip to content

Commit

Permalink
chore(release): 40.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [40.0.0](v39.1.1...v40.0.0) (2023-11-18)

### ⚠ BREAKING CHANGES

* add rule @typescript-eslint/unbound-method

### Features

* @typescript-eslint/unbound-method ([2ec6d24](2ec6d24)), closes [#1327](#1327)
  • Loading branch information
semantic-release-bot committed Nov 18, 2023
1 parent c421569 commit 641f3c6
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 @@
## [40.0.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v39.1.1...v40.0.0) (2023-11-18)


### ⚠ BREAKING CHANGES

* add rule @typescript-eslint/unbound-method

### Features

* @typescript-eslint/unbound-method ([2ec6d24](https://github.com/standard/eslint-config-standard-with-typescript/commit/2ec6d24caae47a42b7b5be5eb1b0e541faca1ae1)), closes [#1327](https://github.com/standard/eslint-config-standard-with-typescript/issues/1327)

## [39.1.1](https://github.com/standard/eslint-config-standard-with-typescript/compare/v39.1.0...v39.1.1) (2023-10-07)


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": "39.1.1",
"version": "40.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 641f3c6

Please sign in to comment.