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

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.14.0...v1.0.0) (2020-09-24)

### chore

* upgrade to typescript 4 ([95ce432](95ce432)), closes [#405](#405)
* **deps:** make typescript a peer dependency ([24cc110](24cc110))

### 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 Sep 24, 2020
1 parent e6e646a commit f8312b5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "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": {
Expand Down

0 comments on commit f8312b5

Please sign in to comment.