Skip to content

Commit

Permalink
chore(release): 9.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Mar 26, 2020
1 parent 6ad348e commit 66a40dd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [9.9.0](https://github.com/pact-foundation/pact-js/compare/v9.8.2...v9.9.0) (2020-03-26)


### Features

* support pending pacts and version selectors ([51aacc3](https://github.com/pact-foundation/pact-js/commit/51aacc36f3ee5360fd7a5c10176fc40d2e953e53))


### Bug Fixes

* **deps:** Update vulnerable dependencies ([cae591e](https://github.com/pact-foundation/pact-js/commit/cae591e8290dc03dad61f5456e640ce1652e0abe))
* **pact-node:** Bump pact-node to ^10.7.0, bringing a couple of fixes useful for debugging ([25ecd71](https://github.com/pact-foundation/pact-js/commit/25ecd713cadd60318d2238a643843783683f1789))

### [9.8.2](https://github.com/pact-foundation/pact-js/compare/v9.8.1...v9.8.2) (2020-03-20)

### [9.8.1](https://github.com/pact-foundation/pact-js/compare/v9.8.0...v9.8.1) (2020-03-16)
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": "@pact-foundation/pact",
"version": "9.8.2",
"version": "9.9.0",
"description": "Pact for all things Javascript",
"main": "./pact.js",
"types": "./pact.d.ts",
Expand Down

0 comments on commit 66a40dd

Please sign in to comment.