Skip to content

Commit

Permalink
chore(release): 39.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [39.0.0](v38.1.0...v39.0.0) (2023-08-27)

### ⚠ BREAKING CHANGES

* **deps:** minimum @typescript-eslint packages bumped to v6.4.0

closes #1202

### chore

* **deps:** [@typescript-eslint](https://github.com/typescript-eslint) packages bumped to v6.4.0 ([1d1ba51](1d1ba51))
  • Loading branch information
semantic-release-bot committed Aug 27, 2023
1 parent 4fe0afc commit 5b6c780
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 @@
## [39.0.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v38.1.0...v39.0.0) (2023-08-27)


### ⚠ BREAKING CHANGES

* **deps:** minimum @typescript-eslint packages bumped to v6.4.0

closes https://github.com/standard/eslint-config-standard-with-typescript/issues/1202

### chore

* **deps:** [@typescript-eslint](https://github.com/typescript-eslint) packages bumped to v6.4.0 ([1d1ba51](https://github.com/standard/eslint-config-standard-with-typescript/commit/1d1ba516f6e6eebf689e846eff89ea32bcfeeb62))

## [38.1.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v38.0.0...v38.1.0) (2023-08-27)


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": "38.1.0",
"version": "39.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 5b6c780

Please sign in to comment.