@pact-foundation/pact 9.16.5 → 9.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  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.
4
4
 
5
+ ## [9.17.0](https://github.com/pact-foundation/pact-js/compare/v9.16.5...v9.17.0) (2021-11-19)
6
+
7
+
8
+ ### Features
9
+
10
+ * upgrade pact-node to support branches in verifications. Fixes [#750](https://github.com/pact-foundation/pact-js/issues/750) ([a5ef42e](https://github.com/pact-foundation/pact-js/commit/a5ef42ed41baf51652ebdf5b59e1d1ba5b9a6239))
11
+
5
12
  ### [9.16.5](https://github.com/pact-foundation/pact-js/compare/v9.16.4...v9.16.5) (2021-10-24)
6
13
 
7
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pact-foundation/pact",
3
- "version": "9.16.5",
3
+ "version": "9.17.0",
4
4
  "description": "Pact for all things Javascript",
5
5
  "main": "./src/pact.js",
6
6
  "types": "./src/pact.d.ts",
@@ -94,7 +94,7 @@
94
94
  ]
95
95
  },
96
96
  "dependencies": {
97
- "@pact-foundation/pact-node": "^10.13.9",
97
+ "@pact-foundation/pact-node": "^10.15.0",
98
98
  "@types/bluebird": "^3.5.20",
99
99
  "@types/express": "^4.17.11",
100
100
  "bluebird": "~3.5.1",