Skip to content

Commit

Permalink
chore(release): 43.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [43.0.0](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](d987ba3))
  • Loading branch information
semantic-release-bot committed Dec 16, 2023
1 parent ae8f1e3 commit 7af18b1
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 @@
## [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)


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": "42.0.0",
"version": "43.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 7af18b1

Please sign in to comment.