From c5b4f8bd1457fcd300d41ec6edcc06e8d27ab5d9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 13 Sep 2022 05:52:57 +0000 Subject: [PATCH] chore(release): 23.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [23.0.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v22.0.0...v23.0.0) (2022-09-13) ### ⚠ BREAKING CHANGES * add rules from @typescript-eslint: no-extra-parens, no-loss-of-precision, object-curly-spacing, space-before-blocks, comma-dangle. ### Features * use all typescript-eslint equivalents ([1e8764d](https://github.com/standard/eslint-config-standard-with-typescript/commit/1e8764d179444003c26ba8aeec17b1d4a83fd86a)), closes [#582](https://github.com/standard/eslint-config-standard-with-typescript/issues/582) [#583](https://github.com/standard/eslint-config-standard-with-typescript/issues/583) ### CI * continuous delivery ([971c680](https://github.com/standard/eslint-config-standard-with-typescript/commit/971c680632a89a1252c17aef868283e8b7f35a4e)), closes [#840](https://github.com/standard/eslint-config-standard-with-typescript/issues/840) ### Build system / dependencies * renovate automergeMinor github actions ([02dde9d](https://github.com/standard/eslint-config-standard-with-typescript/commit/02dde9d15a39312603bb98737d87d8f344ea3057)), closes [#910](https://github.com/standard/eslint-config-standard-with-typescript/issues/910) --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80df0fe3..3483cd62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +## [23.0.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v22.0.0...v23.0.0) (2022-09-13) + + +### ⚠ BREAKING CHANGES + +* add rules from @typescript-eslint: no-extra-parens, +no-loss-of-precision, object-curly-spacing, space-before-blocks, +comma-dangle. + +### Features + +* use all typescript-eslint equivalents ([1e8764d](https://github.com/standard/eslint-config-standard-with-typescript/commit/1e8764d179444003c26ba8aeec17b1d4a83fd86a)), closes [#582](https://github.com/standard/eslint-config-standard-with-typescript/issues/582) [#583](https://github.com/standard/eslint-config-standard-with-typescript/issues/583) + + +### CI + +* continuous delivery ([971c680](https://github.com/standard/eslint-config-standard-with-typescript/commit/971c680632a89a1252c17aef868283e8b7f35a4e)), closes [#840](https://github.com/standard/eslint-config-standard-with-typescript/issues/840) + + +### Build system / dependencies + +* renovate automergeMinor github actions ([02dde9d](https://github.com/standard/eslint-config-standard-with-typescript/commit/02dde9d15a39312603bb98737d87d8f344ea3057)), closes [#910](https://github.com/standard/eslint-config-standard-with-typescript/issues/910) + # Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. diff --git a/package.json b/package.json index e02d2b9b..68f08399 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-standard-with-typescript", - "version": "22.0.0", + "version": "23.0.0", "description": "An ESLint Shareable Config for JavaScript Standard Style with TypeScript support", "main": "lib/index.js", "scripts": {