From 571c16f4c6f0859d2074d69aa18897928300269b Mon Sep 17 00:00:00 2001 From: YOU54F Date: Thu, 21 Nov 2024 18:10:27 +0000 Subject: [PATCH] chore(release): 13.2.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59a7c9019..a1d979842 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2.0](https://github.com/pact-foundation/pact-js/compare/v13.1.5...v13.2.0) (2024-11-21) + + +### Features + +* replace cli-color with chalk - sonatype-2022-2248 ([2ad5e48](https://github.com/pact-foundation/pact-js/commit/2ad5e489006fac17579e54e3071efc416ed9a1cc)) + ### [13.1.5](https://github.com/pact-foundation/pact-js/compare/v13.1.4...v13.1.5) (2024-11-14) diff --git a/package-lock.json b/package-lock.json index a6e1835cc..e813b517b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pact-foundation/pact", - "version": "13.1.5", + "version": "13.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@pact-foundation/pact", - "version": "13.1.5", + "version": "13.2.0", "license": "MIT", "dependencies": { "@pact-foundation/pact-core": "^15.1.0", diff --git a/package.json b/package.json index 8dcef678e..11998d42c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pact-foundation/pact", - "version": "13.1.5", + "version": "13.2.0", "description": "Pact for all things Javascript", "main": "./src/index.js", "types": "./src/index.d.ts",