Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juanhapes committed Oct 17, 2019
1 parent 93e856c commit 44d7849
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 44d7849

Please sign in to comment.