From 641f3c63440fe4f1a66054f95a61229cca1e8036 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 18 Nov 2023 08:14:02 +0000 Subject: [PATCH] chore(release): 40.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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) --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9929a472..bf552b16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 0a69abed..57ee023c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-standard-with-typescript", - "version": "39.1.1", + "version": "40.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-config-standard-with-typescript", - "version": "39.1.1", + "version": "40.0.0", "license": "MIT", "dependencies": { "@typescript-eslint/parser": "^6.4.0", diff --git a/package.json b/package.json index c419203c..58095020 100644 --- a/package.json +++ b/package.json @@ -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": {