From df367c02dead4957f33b065dff1d1a6ddf51cc1e Mon Sep 17 00:00:00 2001 From: Guilherme Ventura Date: Thu, 5 Mar 2020 18:31:46 -0300 Subject: [PATCH] v0.1.1 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 716bea3..fc8ba60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [0.1.1](https://github.com/venturalp/update-linters/compare/v0.1.0...v0.1.1) (2020-03-05) + + +### Bug Fixes + +* **Lib Path:** Remove lib from gitignore, set bin prop ([41d7447](https://github.com/venturalp/update-linters/commit/41d7447eca140b08cccf1b845718b702c58b6d1e)) + + +### Features + +* **Lib:** Include lib into repo ([7804c5a](https://github.com/venturalp/update-linters/commit/7804c5a939a96b0c3554eafb4c7a4bb3439637fe)) + + + # 0.1.0 (2020-03-05) diff --git a/package.json b/package.json index 33ed5e2..67e02b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@venturalp/update-linters", - "version": "0.1.0", + "version": "0.1.1", "author": "Guilherme Ventura de Souza", "license": "MIT", "bin": "./lib/index.js",