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-alpha.3 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.3](v1.0.0-alpha.2...v1.0.0-alpha.3) (2020-09-11)

### chore

* upgrade to typescript 4 ([95ce432](95ce432)), closes [#405](#405)

### BREAKING CHANGES

* Upgrade typescript dependency to version 4
  • Loading branch information
semantic-release-bot committed Sep 11, 2020
1 parent 95ce432 commit e366418
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.0.0-alpha.3](https://github.com/tamj0rd2/ncdc/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2020-09-11)


### chore

* upgrade to typescript 4 ([95ce432](https://github.com/tamj0rd2/ncdc/commit/95ce432db057df739bb978488a46d43e25b26239)), closes [#405](https://github.com/tamj0rd2/ncdc/issues/405)


### BREAKING CHANGES

* Upgrade typescript dependency to version 4

# [1.0.0-alpha.2](https://github.com/tamj0rd2/ncdc/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2020-08-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": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"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 e366418

Please sign in to comment.