Skip to content

Commit

Permalink
chore(release): 25.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [25.0.0](v24.0.0...v25.0.0) (2023-01-03)

### ⚠ BREAKING CHANGES

* add @typescript-eslint/no-unnecessary-type-constraint

Co-authored-by: Rostislav Simonik <[email protected]>

### Features

* add @typescript-eslint/no-unnecessary-type-constraint ([3451bac](3451bac))
  • Loading branch information
semantic-release-bot committed Jan 3, 2023
1 parent 1f18d27 commit c4f6472
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [25.0.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v24.0.0...v25.0.0) (2023-01-03)


### ⚠ BREAKING CHANGES

* add @typescript-eslint/no-unnecessary-type-constraint

Co-authored-by: Rostislav Simonik <[email protected]>

### Features

* add @typescript-eslint/no-unnecessary-type-constraint ([3451bac](https://github.com/standard/eslint-config-standard-with-typescript/commit/3451bace1de3dbd2b8396eef9703e916aa9b7985))

## [24.0.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v23.0.0...v24.0.0) (2022-12-14)


Expand Down
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": "24.0.0",
"version": "25.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 c4f6472

Please sign in to comment.