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.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.6.0](v0.5.1...v0.6.0) (2020-05-28)

### Features

* **generate:** allow generating types for multiple configs at a time ([93ed23b](93ed23b)), closes [#231](#231)
  • Loading branch information
semantic-release-bot committed May 28, 2020
1 parent 93ed23b commit 222431c
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.6.0](https://github.com/tamj0rd2/ncdc/compare/v0.5.1...v0.6.0) (2020-05-28)


### Features

* **generate:** allow generating types for multiple configs at a time ([93ed23b](https://github.com/tamj0rd2/ncdc/commit/93ed23b6d529b0a7bdfa998bb0c86fa6aad0226f)), closes [#231](https://github.com/tamj0rd2/ncdc/issues/231)

## [0.5.1](https://github.com/tamj0rd2/ncdc/compare/v0.5.0...v0.5.1) (2020-05-28)


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.4.0",
"version": "0.6.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 222431c

Please sign in to comment.