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.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.12.0](v0.11.0...v0.12.0) (2020-07-30)

### Features

* **ts compilation:** improve support for incremental and composite projects ([aac45a3](aac45a3)), closes [#337](#337)
  • Loading branch information
semantic-release-bot committed Jul 30, 2020
1 parent aac45a3 commit 47e0da8
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
@@ -1,3 +1,10 @@
# [0.12.0](https://github.com/tamj0rd2/ncdc/compare/v0.11.0...v0.12.0) (2020-07-30)


### Features

* **ts compilation:** improve support for incremental and composite projects ([aac45a3](https://github.com/tamj0rd2/ncdc/commit/aac45a3d3ce75779bf4951aa7ed566bb27f0ab33)), closes [#337](https://github.com/tamj0rd2/ncdc/issues/337)

# [0.11.0](https://github.com/tamj0rd2/ncdc/compare/v0.10.1...v0.11.0) (2020-07-22)


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
@@ -1,6 +1,6 @@
{
"name": "ncdc",
"version": "0.11.0",
"version": "0.12.0",
"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 47e0da8

Please sign in to comment.