From f8312b5ccae267602cf183e2a66829b4693229c4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Sep 2020 13:32:05 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # [1.0.0](https://github.com/tamj0rd2/ncdc/compare/v0.14.0...v1.0.0) (2020-09-24) ### chore * upgrade to typescript 4 ([95ce432](https://github.com/tamj0rd2/ncdc/commit/95ce432db057df739bb978488a46d43e25b26239)), closes [#405](https://github.com/tamj0rd2/ncdc/issues/405) * **deps:** make typescript a peer dependency ([24cc110](https://github.com/tamj0rd2/ncdc/commit/24cc11083a394b849fb4dc451069de4d328992fd)) ### 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 --- docs/CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 84edf55b..568fea13 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,18 @@ +# [1.0.0](https://github.com/tamj0rd2/ncdc/compare/v0.14.0...v1.0.0) (2020-09-24) + + +### chore + +* upgrade to typescript 4 ([95ce432](https://github.com/tamj0rd2/ncdc/commit/95ce432db057df739bb978488a46d43e25b26239)), closes [#405](https://github.com/tamj0rd2/ncdc/issues/405) +* **deps:** make typescript a peer dependency ([24cc110](https://github.com/tamj0rd2/ncdc/commit/24cc11083a394b849fb4dc451069de4d328992fd)) + + +### 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 + # [1.0.0-alpha.3](https://github.com/tamj0rd2/ncdc/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2020-09-11) diff --git a/package-lock.json b/package-lock.json index aba3d96f..b1f5eff2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ncdc", - "version": "1.0.0-alpha.3", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7c558451..464ee0ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ncdc", - "version": "1.0.0-alpha.3", + "version": "1.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": {