From 170198992cb7328c045480a365276d6e25990149 Mon Sep 17 00:00:00 2001 From: hpneo Date: Tue, 18 Feb 2020 09:19:15 -0500 Subject: [PATCH] Bump version to 0.2.1: Add parser again --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a69985e..fd678f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ableco/eslint-config", - "version": "0.2.0", + "version": "0.2.1", "description": "ESLint configuration from https://github.com/ableco/coding-standards", "main": "index.js", "repository": "https://github.com/ableco/eslint-config",