From 637074ca926317a166e432d5731a863fe9065329 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Wed, 9 Mar 2022 12:15:50 +0000 Subject: [PATCH] Release v0.6.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbf956b..449bfa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## Unreleased +## [0.6.0](https://github.com/torchbox/eslint-config-torchbox/compare/v0.5.0...v0.6.0) (2022-03-09) + +## Features + +- Built-in [TypeScript support](https://github.com/torchbox/eslint-config-torchbox#typescript), via an experimental opt-in `torchbox/typescript` configuration. +- Additional peerDependencies added for TypeScript support: `@typescript-eslint/eslint-plugin`, and `@typescript-eslint/parser`. Both will be installed automatically in npm v7+, and should not change how the base configuration works in any way. + ## [0.5.0](https://github.com/torchbox/eslint-config-torchbox/compare/v0.4.0...v0.5.0) (2021-12-13) ## Features diff --git a/package-lock.json b/package-lock.json index 61d61fd..d1bb033 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-config-torchbox", - "version": "0.5.0", + "version": "0.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-config-torchbox", - "version": "0.5.0", + "version": "0.6.0", "license": "MIT", "dependencies": { "eslint-config-airbnb-base": "^15.0.0" diff --git a/package.json b/package.json index ccade26..a6821f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-torchbox", - "version": "0.6.0-1", + "version": "0.6.0", "description": "Shareable ESLint config following Torchbox’s code style", "license": "MIT", "author": "Torchbox Ltd",