From 740a85b2c9b9f8ff27ce74e96cf320c978b9ef95 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 Mar 2023 09:26:25 +0000 Subject: [PATCH] chore(release): 34.0.1 [skip ci] ## [34.0.1](https://github.com/standard/eslint-config-standard-with-typescript/compare/v34.0.0...v34.0.1) (2023-03-14) ### Testing * equivalents not used upstream not considered ([7354da5](https://github.com/standard/eslint-config-standard-with-typescript/commit/7354da5b2b0f336d13ed6958446fd47aeadd5401)) ### Bug fixes * bump plugin peerDep ([fb46a90](https://github.com/standard/eslint-config-standard-with-typescript/commit/fb46a90ee126dcbd852105c037f057b81ce468c9)), closes [#1064](https://github.com/standard/eslint-config-standard-with-typescript/issues/1064) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96296f2c..ce6d4d87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [34.0.1](https://github.com/standard/eslint-config-standard-with-typescript/compare/v34.0.0...v34.0.1) (2023-03-14) + + +### Testing + +* equivalents not used upstream not considered ([7354da5](https://github.com/standard/eslint-config-standard-with-typescript/commit/7354da5b2b0f336d13ed6958446fd47aeadd5401)) + + +### Bug fixes + +* bump plugin peerDep ([fb46a90](https://github.com/standard/eslint-config-standard-with-typescript/commit/fb46a90ee126dcbd852105c037f057b81ce468c9)), closes [#1064](https://github.com/standard/eslint-config-standard-with-typescript/issues/1064) + ## [34.0.0](https://github.com/standard/eslint-config-standard-with-typescript/compare/v33.0.0...v34.0.0) (2023-02-01) diff --git a/package.json b/package.json index 5a145590..f47e0100 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-standard-with-typescript", - "version": "34.0.0", + "version": "34.0.1", "description": "An ESLint Shareable Config for JavaScript Standard Style with TypeScript support", "main": "lib/index.js", "scripts": {