Skip to content

Commit

Permalink
chore(release): 41.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [41.0.0](v40.0.0...v41.0.0) (2023-12-9)

### ⚠ BREAKING CHANGES

* add rule @typescript-eslint/non-nullable-type-assertion-style

Co-authored-by: Rostislav Simonik <rostislav.simonik@technologystudio.sk>

### Features

* @typescript-eslint/non-nullable-type-assertion-style ([3f94c58](3f94c58))
  • Loading branch information
semantic-release-bot committed Dec 9, 2023
1 parent 50bab9b commit 3de3003
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [41.0.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v40.0.0...v41.0.0) (2023-12-9)


### ⚠ BREAKING CHANGES

* add rule @typescript-eslint/non-nullable-type-assertion-style

Co-authored-by: Rostislav Simonik <rostislav.simonik@technologystudio.sk>

### Features

* @typescript-eslint/non-nullable-type-assertion-style ([3f94c58](https://github.com/standard/eslint-config-standard-with-typescript/commit/3f94c58fd523e732c92266856f7c6a63ee72dc62))

## [40.0.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v39.1.1...v40.0.0) (2023-11-18)


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": "40.0.0",
"version": "41.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 3de3003

Please sign in to comment.