diff --git a/CHANGELOG.md b/CHANGELOG.md index f517944..b7cce8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # create-raml changelog +## [3.1.1](http://github.com/ivanoff/create-raml/tree/3.1.1) (2017-03-07) +[Full Changelog](http://github.com/ivanoff/create-raml/compare/3.0.1...3.1.1) + +**What Was Done:** + +- fixing Unknown node error + + ## [3.0.1](http://github.com/ivanoff/create-raml/tree/3.0.1) (2017-03-05) [Full Changelog](http://github.com/ivanoff/create-raml/compare/2.0.1...3.0.1) diff --git a/README.md b/README.md index 3686b63..d49eae7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ### Create RAML from object - v3.0.1 + v3.1.1 ## Installation diff --git a/package.json b/package.json index 1e19a5b..f6a96c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-raml", - "version": "3.0.1", + "version": "3.1.1", "description": "Create RAML", "main": "index.js", "scripts": {