From 63a8e51e09dc23e5b6b4244d42fa55f05c2df198 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Tue, 15 Oct 2019 12:49:11 +0100 Subject: [PATCH] Release v0.3.2 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9198a87..b3f4190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## Unreleased +## [0.3.2](https://github.com/torchbox/eslint-config-torchbox/compare/v0.3.1...v0.3.2) (2019-10-15) + ### Bug fixes - Whitelist `setupTests` files for devDependencies imports check. diff --git a/package-lock.json b/package-lock.json index 7636d3d..c46c8e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-config-torchbox", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 41ec609..8e27edf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-torchbox", - "version": "0.3.1", + "version": "0.3.2", "description": "Shareable ESLint config following Torchbox’s code style", "license": "MIT", "author": "Torchbox Ltd",