From 0fcd4362f019bbbbf48dc8ee37d1894b92ff6dc0 Mon Sep 17 00:00:00 2001 From: YOU54F Date: Thu, 14 Nov 2024 17:45:42 +0000 Subject: [PATCH] chore(release): 13.1.5 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33c42e404..59a7c9019 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +### [13.1.5](https://github.com/pact-foundation/pact-js/compare/v13.1.4...v13.1.5) (2024-11-14) + + +### Fixes and Improvements + +* allow hooks to run only once per interaction ([#1243](https://github.com/pact-foundation/pact-js/issues/1243)) ([b238fd0](https://github.com/pact-foundation/pact-js/commit/b238fd040031107cdd700e4ff43ab18dedf69859)) +* package.json & package-lock.json to reduce vulnerabilities ([99e101c](https://github.com/pact-foundation/pact-js/commit/99e101c3eebadab146c526770440f0d1df177195)) +* replace basic auth pact broker with bearer token ([0c1af06](https://github.com/pact-foundation/pact-js/commit/0c1af06f664f73e9014b23dc6d58e97efebdfb7d)) + ### [13.1.4](https://github.com/pact-foundation/pact-js/compare/v13.1.3...v13.1.4) (2024-10-08) diff --git a/package-lock.json b/package-lock.json index 9b34ea2c4..b3aeda7bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pact-foundation/pact", - "version": "13.1.4", + "version": "13.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@pact-foundation/pact", - "version": "13.1.4", + "version": "13.1.5", "license": "MIT", "dependencies": { "@pact-foundation/pact-core": "^15.1.0", diff --git a/package.json b/package.json index fb1b3c250..374f6579e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pact-foundation/pact", - "version": "13.1.4", + "version": "13.1.5", "description": "Pact for all things Javascript", "main": "./src/index.js", "types": "./src/index.d.ts",