Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
chore(release): 0.13.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.13.2](v0.13.1...v0.13.2) (2020-08-27)

### Bug Fixes

* **serve:** fix project reference related crash ([71f949e](71f949e)), closes [#401](#401)
  • Loading branch information
semantic-release-bot committed Aug 27, 2020
1 parent 71f949e commit a9fc8cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit a9fc8cf

Please sign in to comment.