diff --git a/CHANGELOG.md b/CHANGELOG.md index b08e1aed..b4f56f26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [43.0.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v42.0.0...v43.0.0) (2023-12-16) + + +### ⚠ BREAKING CHANGES + +* add rule @typescript-eslint/prefer-return-this-type + +### Features + +* @typescript-eslint/prefer-return-this-type ([d987ba3](https://github.com/standard/eslint-config-standard-with-typescript/commit/d987ba3f140a9af414e70fce89ae4309e232f722)) + ## [42.0.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v41.0.0...v42.0.0) (2023-12-9) diff --git a/package-lock.json b/package-lock.json index da3cad67..3c0da9a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-standard-with-typescript", - "version": "42.0.0", + "version": "43.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-config-standard-with-typescript", - "version": "42.0.0", + "version": "43.0.0", "license": "MIT", "dependencies": { "@typescript-eslint/parser": "^6.4.0", diff --git a/package.json b/package.json index b90e89de..8c9ad3cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-standard-with-typescript", - "version": "42.0.0", + "version": "43.0.0", "description": "An ESLint Shareable Config for JavaScript Standard Style with TypeScript support", "main": "lib/index.js", "scripts": {