From b43c6287c0b651ba6da3e51a3b7ba0e9c8985bb2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 24 Apr 2021 16:17:36 +0100 Subject: [PATCH] chore(release): 5.0.0 # [5.0.0](https://github.com/rfgamaral/eslint-config-typescript-unified/compare/v4.0.0...v5.0.0) (2021-04-24) ### Bug Fixes * stop using the legacy prettier configs ([9c57202](https://github.com/rfgamaral/eslint-config-typescript-unified/commit/9c5720236b6cb737ed9d8559e42147fb2eeb54e4)) ### BREAKING CHANGES * recently published versions are broken --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b39875ce0..0a798c8c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [5.0.0](https://github.com/rfgamaral/eslint-config-typescript-unified/compare/v4.0.0...v5.0.0) (2021-04-24) + + +### Bug Fixes + +* stop using the legacy prettier configs ([9c57202](https://github.com/rfgamaral/eslint-config-typescript-unified/commit/9c5720236b6cb737ed9d8559e42147fb2eeb54e4)) + + +### BREAKING CHANGES + +* recently published versions are broken + # [4.0.0](https://github.com/rfgamaral/eslint-config-typescript-unified/compare/v3.3.0...v4.0.0) (2021-04-24) diff --git a/package.json b/package.json index 7aab8fd20..a821a2084 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rfgamaral/eslint-config-typescript-unified", "description": "A unified ESLint configuration with sensible defaults for TypeScript projects.", - "version": "4.0.0", + "version": "5.0.0", "main": "./index.js", "author": { "name": "Ricardo Amaral",