From a9fc8cf31fd7d60fc3d395746dc67de8208de0b0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Aug 2020 20:57:58 +0000 Subject: [PATCH] chore(release): 0.13.2 [skip ci] ## [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) --- docs/CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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": {