Skip to content

Commit

Permalink
chore(release): 37.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [37.0.0](v36.1.1...v37.0.0) (2023-07-22)

### ⚠ BREAKING CHANGES

* add rule @typescript-eslint/block-spacing and bump
minimum @typescript-eslint to 5.52.0

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

### Features

* @typescript-eslint/block-spacing ([0a0585f](0a0585f))
  • Loading branch information
semantic-release-bot committed Jul 22, 2023
1 parent edf6a11 commit 2bfdde4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [37.0.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v36.1.1...v37.0.0) (2023-07-22)


### ⚠ BREAKING CHANGES

* add rule @typescript-eslint/block-spacing and bump
minimum @typescript-eslint to 5.52.0

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

### Features

* @typescript-eslint/block-spacing ([0a0585f](https://github.com/standard/eslint-config-standard-with-typescript/commit/0a0585f3accd01ca9384bd99d2cc4bc8f016b7e5))

## [36.1.1](https://github.com/standard/eslint-config-standard-with-typescript/compare/v36.1.0...v36.1.1) (2023-07-22)


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": "36.1.1",
"version": "37.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 2bfdde4

Please sign in to comment.