diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9745321b..34fbcb3e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.13.2](https://github.com/tamj0rd2/ncdc/compare/v0.13.1...v0.13.2) (2020-08-27) + + +### Bug Fixes + +* **serve:** fix project reference related crash ([71f949e](https://github.com/tamj0rd2/ncdc/commit/71f949e95210b9a8da4de0b54f6af52ecb6daab3)), closes [#401](https://github.com/tamj0rd2/ncdc/issues/401) + ## [0.13.1](https://github.com/tamj0rd2/ncdc/compare/v0.13.0...v0.13.1) (2020-08-21) diff --git a/package-lock.json b/package-lock.json index 5204e7d5..dc3e9ab6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ncdc", - "version": "0.13.1", + "version": "0.13.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aa550864..8fe6d2de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ncdc", - "version": "0.13.1", + "version": "0.13.2", "description": "A CLI that takes a consumer driven contract defined in yaml and allows you to run tests and/or create a fake server", "main": "lib/index.js", "bin": {