From 6d9f89530437b30836b61bc85d9219baef73f3b9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Jan 2023 08:10:13 +0000 Subject: [PATCH] chore(release): 32.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [32.0.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v31.0.0...v32.0.0) (2023-01-24) ### ⚠ BREAKING CHANGES * @typescript-eslint/consistent-type-{imports/exports} Co-authored-by: Rostislav Simonik ### Features * @typescript-eslint/consistent-type-{imports/exports} ([bf0f96f](https://github.com/standard/eslint-config-standard-with-typescript/commit/bf0f96fb05492c89dc9f6865e94c9b44455a6bd9)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4db91ddf..04e2aef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [32.0.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v31.0.0...v32.0.0) (2023-01-24) + + +### ⚠ BREAKING CHANGES + +* @typescript-eslint/consistent-type-{imports/exports} + +Co-authored-by: Rostislav Simonik + +### Features + +* @typescript-eslint/consistent-type-{imports/exports} ([bf0f96f](https://github.com/standard/eslint-config-standard-with-typescript/commit/bf0f96fb05492c89dc9f6865e94c9b44455a6bd9)) + ## [31.0.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v30.0.0...v31.0.0) (2023-01-19) diff --git a/package.json b/package.json index c452dc35..aae4ba65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-standard-with-typescript", - "version": "31.0.0", + "version": "32.0.0", "description": "An ESLint Shareable Config for JavaScript Standard Style with TypeScript support", "main": "lib/index.js", "scripts": {