Skip to content

Commit

Permalink
chore(release): 38.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [38.0.0](v37.0.0...v38.0.0) (2023-08-20)

### ⚠ BREAKING CHANGES

* minimum @typescript-eslint packages bumped to v6.1.0
* there will be some

### Build system / dependencies

* bump package-lock.json on release ([d42bf5b](d42bf5b))
* moduleResolution: nodenext ([1f31e2b](1f31e2b))
* package-lock.json ([b3a6535](b3a6535)), closes [#1193](#1193)
* shared commitlint config ([bdd6e2d](bdd6e2d))
* use extracted releaserc ([877b004](877b004))

### Features

* [@typescript-eslint](https://github.com/typescript-eslint) 6 ([166e189](166e189))
* bump minimum [@typescript-eslint](https://github.com/typescript-eslint) to v6.1.0 ([77202d1](77202d1)), closes [#1222](#1222) [#1188](#1188)
  • Loading branch information
semantic-release-bot committed Aug 20, 2023
1 parent e51bcb5 commit 10b234a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## [38.0.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v37.0.0...v38.0.0) (2023-08-20)


### ⚠ BREAKING CHANGES

* minimum @typescript-eslint packages bumped to v6.1.0
* there will be some

### Build system / dependencies

* bump package-lock.json on release ([d42bf5b](https://github.com/standard/eslint-config-standard-with-typescript/commit/d42bf5b069da1cbb1ed1694576ea8e9bfba8022c))
* moduleResolution: nodenext ([1f31e2b](https://github.com/standard/eslint-config-standard-with-typescript/commit/1f31e2b3076548796765978844e442057b2623c1))
* package-lock.json ([b3a6535](https://github.com/standard/eslint-config-standard-with-typescript/commit/b3a6535fd4c079a2224fd9854d4cdeca9a2f359b)), closes [#1193](https://github.com/standard/eslint-config-standard-with-typescript/issues/1193)
* shared commitlint config ([bdd6e2d](https://github.com/standard/eslint-config-standard-with-typescript/commit/bdd6e2d2c5de371fd6ef7f29b4fc3682bc9830d2))
* use extracted releaserc ([877b004](https://github.com/standard/eslint-config-standard-with-typescript/commit/877b00459ac70ed996c21a26c933f6b17467d408))


### Features

* [@typescript-eslint](https://github.com/typescript-eslint) 6 ([166e189](https://github.com/standard/eslint-config-standard-with-typescript/commit/166e18976b6d02ec49cd1e7e4bffc53a566194bb))
* bump minimum [@typescript-eslint](https://github.com/typescript-eslint) to v6.1.0 ([77202d1](https://github.com/standard/eslint-config-standard-with-typescript/commit/77202d1c758c16b71687f136897be65e24d640bd)), closes [#1222](https://github.com/standard/eslint-config-standard-with-typescript/issues/1222) [#1188](https://github.com/standard/eslint-config-standard-with-typescript/issues/1188)

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


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": "37.0.0",
"version": "38.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 10b234a

Please sign in to comment.