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

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.0...v2.0.0) (2020-10-29)

### chore

* upgrade to typescript 4 ([e0d8800](e0d8800)), closes [#405](#405)
* **deps:** make typescript a peer dependency ([97c68c2](97c68c2))

### Reverts

* revert ts-json-schema-update ([8129fe8](8129fe8))
* revert typescript update ([8f752ad](8f752ad))
* revert version bump ([9f4e5b3](9f4e5b3))
* undo merge from alpha ([7be0447](7be0447))

### BREAKING CHANGES

* Upgrade typescript dependency to version 4
* **deps:** Typescript is no longer a dependency of this project.
It is a peer dependency and you will need to install it yourself
  • Loading branch information
semantic-release-bot committed Oct 29, 2020
1 parent e0d8800 commit 8903d21
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [2.0.0](https://github.com/tamj0rd2/ncdc/compare/v1.0.0...v2.0.0) (2020-10-29)


### chore

* upgrade to typescript 4 ([e0d8800](https://github.com/tamj0rd2/ncdc/commit/e0d88006f1aeb2f03e1f0446093cdb5589d827e3)), closes [#405](https://github.com/tamj0rd2/ncdc/issues/405)
* **deps:** make typescript a peer dependency ([97c68c2](https://github.com/tamj0rd2/ncdc/commit/97c68c2a1fd55377ee5dfe2d9238c1c830448a7b))


### Reverts

* revert ts-json-schema-update ([8129fe8](https://github.com/tamj0rd2/ncdc/commit/8129fe8ba019293d1de3b2e9e366895723d963d4))
* revert typescript update ([8f752ad](https://github.com/tamj0rd2/ncdc/commit/8f752ad78f39e4e29b92827176018088f945492e))
* revert version bump ([9f4e5b3](https://github.com/tamj0rd2/ncdc/commit/9f4e5b34a1d136c06ba9ee8b1b89f0e126bc92b8))
* undo merge from alpha ([7be0447](https://github.com/tamj0rd2/ncdc/commit/7be0447f9a21a89525680c77db48d8bfe926c082))


### BREAKING CHANGES

* Upgrade typescript dependency to version 4
* **deps:** Typescript is no longer a dependency of this project.
It is a peer dependency and you will need to install it yourself

# [0.14.0](https://github.com/tamj0rd2/ncdc/compare/v0.13.2...v0.14.0) (2020-09-23)


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.14.0",
"version": "2.0.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 8903d21

Please sign in to comment.