Skip to content

Commit

Permalink
chore(release): 39.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [39.1.0](v39.0.0...v39.1.0) (2023-09-23)

### Build system / dependencies

* add-to-project workflow ([dd3ceae](dd3ceae))
* automergeMinor eslint-config-standard ([f531394](f531394))
* tsconfig.module = nodenext ([7590972](7590972))

### Features

* **docs:** replace npm@<7 with yarn ([4dbc4b7](4dbc4b7)), closes [#1254](#1254)
  • Loading branch information
semantic-release-bot committed Sep 23, 2023
1 parent 54f2883 commit 8bc5da6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [39.1.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v39.0.0...v39.1.0) (2023-09-23)


### Build system / dependencies

* add-to-project workflow ([dd3ceae](https://github.com/standard/eslint-config-standard-with-typescript/commit/dd3ceaea89bc52ca4d90b765343a470627017e04))
* automergeMinor eslint-config-standard ([f531394](https://github.com/standard/eslint-config-standard-with-typescript/commit/f531394576840344bda4c0c25f8c442999a509d9))
* tsconfig.module = nodenext ([7590972](https://github.com/standard/eslint-config-standard-with-typescript/commit/75909722e5756435785689c3d3a440270c1d5f9e))


### Features

* **docs:** replace npm@<7 with yarn ([4dbc4b7](https://github.com/standard/eslint-config-standard-with-typescript/commit/4dbc4b7a84598f6b4fe4d006d75bb2e28b4f8f95)), closes [#1254](https://github.com/standard/eslint-config-standard-with-typescript/issues/1254)

## [39.0.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v38.1.0...v39.0.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": "39.0.0",
"version": "39.1.0",
"description": "An ESLint Shareable Config for JavaScript Standard Style with TypeScript support",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 8bc5da6

Please sign in to comment.