diff --git a/CHANGELOG.md b/CHANGELOG.md index f51cf84..76191cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.2.0](https://github.com/venturalp/update-linters/compare/v0.1.11...v0.2.0) (2020-03-09) + + +### Features + +* **Build/Lib:** Setting build lib without babel and webpack ([a85472e](https://github.com/venturalp/update-linters/commit/a85472ebb3e6d4145ea4c26335dccd05d2fcce39)) + + + ## [0.1.11](https://github.com/venturalp/update-linters/compare/v0.1.10...v0.1.11) (2020-03-06) diff --git a/package.json b/package.json index e231570..2952992 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@venturalp/update-linters", - "version": "0.1.11", + "version": "0.2.0", "description": "Lint rules updater to keep patterns among teams", "author": "Guilherme Ventura de Souza", "license": "MIT",