Skip to content

Commit

Permalink
chore(release): 31.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [31.0.0](v30.0.0...v31.0.0) (2023-01-19)

### ⚠ BREAKING CHANGES

* @typescript-eslint/consistent-generic-constructors

### Features

* @typescript-eslint/consistent-generic-constructors ([0248ed7](0248ed7))
  • Loading branch information
semantic-release-bot committed Jan 19, 2023
1 parent ca2bdec commit c2002aa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [31.0.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v30.0.0...v31.0.0) (2023-01-19)


### ⚠ BREAKING CHANGES

* @typescript-eslint/consistent-generic-constructors

### Features

* @typescript-eslint/consistent-generic-constructors ([0248ed7](https://github.com/standard/eslint-config-standard-with-typescript/commit/0248ed7edafe5440a915bca6ea14bbf59ef9d730))

## [30.0.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v29.0.0...v30.0.0) (2023-01-17)


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": "30.0.0",
"version": "31.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 c2002aa

Please sign in to comment.