From 87c263cf708549270d17b3a62f02787e4541bf2c Mon Sep 17 00:00:00 2001 From: Guilherme Ventura Date: Mon, 9 Mar 2020 13:28:05 -0300 Subject: [PATCH] v0.2.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76191cc..13f40a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.1](https://github.com/venturalp/update-linters/compare/v0.2.0...v0.2.1) (2020-03-09) + + +### Features + +* **Build/Lib:** Setting build lib without babel and webpack ([95f9edc](https://github.com/venturalp/update-linters/commit/95f9edcde45c7fd6f9cf0f4b5d5d1c3b3c6a182c)) + + + # [0.2.0](https://github.com/venturalp/update-linters/compare/v0.1.11...v0.2.0) (2020-03-09) diff --git a/package.json b/package.json index 2952992..f93f5fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@venturalp/update-linters", - "version": "0.2.0", + "version": "0.2.1", "description": "Lint rules updater to keep patterns among teams", "author": "Guilherme Ventura de Souza", "license": "MIT",