Skip to content

Commit 641f3c6

Browse files
chore(release): 40.0.0 [skip ci]
## [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)
1 parent c421569 commit 641f3c6

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [40.0.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v39.1.1...v40.0.0) (2023-11-18)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* add rule @typescript-eslint/unbound-method
7+
8+
### Features
9+
10+
* @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)
11+
112
## [39.1.1](https://github.com/standard/eslint-config-standard-with-typescript/compare/v39.1.0...v39.1.1) (2023-10-07)
213

314

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-standard-with-typescript",
3-
"version": "39.1.1",
3+
"version": "40.0.0",
44
"description": "An ESLint Shareable Config for JavaScript Standard Style with TypeScript support",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)