From 84c57630753d18e7e97e2082e9cc4af1f8b737e7 Mon Sep 17 00:00:00 2001 From: Guilherme Ventura Date: Fri, 6 Mar 2020 14:07:51 -0300 Subject: [PATCH] v0.1.7 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aed137e..0b6cf2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [0.1.7](https://github.com/venturalp/update-linters/compare/v0.1.6...v0.1.7) (2020-03-06) + + +### Features + +* **Package:** Try to fix running problems ([b21e03b](https://github.com/venturalp/update-linters/commit/b21e03be24e6fcc8a56d3525589c0567b5c88022)) +* **Package:** Try to fix running problems ([a112e8a](https://github.com/venturalp/update-linters/commit/a112e8a97a4013b8be12719b053adbe78c9c3bb5)) +* **Package:** Try to fix running problems ([3f6a611](https://github.com/venturalp/update-linters/commit/3f6a61111da06cc1be82b55ffaaf213cd06ec60c)) + + + ## [0.1.6](https://github.com/venturalp/update-linters/compare/v0.1.5...v0.1.6) (2020-03-06) diff --git a/package.json b/package.json index 62135f8..7126246 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@venturalp/update-linters", - "version": "0.1.6", + "version": "0.1.7", "description": "Lint rules updater to keep patterns among teams", "author": "Guilherme Ventura de Souza", "license": "MIT",