From 44d7849cc3cff725241ecf9040ed9fefac32d290 Mon Sep 17 00:00:00 2001 From: Juan Date: Thu, 17 Oct 2019 12:08:50 -0300 Subject: [PATCH] 2.0.1 --- CHANGELOG.md | 7 +++---- package.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdbbcdb..bc92298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [2.0.1] - 2019-10-17 +### Changed +- `run.js` into `index.js` ### Fixed - throwing an error when the input directory not exists -### Changed -- `run.js` into `index.js` - ### Removed - unnecessary `index.js` files diff --git a/package.json b/package.json index 620158d..bd632a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@janiscommerce/yml-builder", - "version": "2.0.0", + "version": "2.0.1", "description": "A package for build a single yml file from multiple source files.", "main": "lib/yml-builder.js", "bin": {