From 119f8ed8feca7231c74d6ca4c55fd9ac1651d9c6 Mon Sep 17 00:00:00 2001 From: YOU54F Date: Wed, 12 Jun 2024 02:26:48 +0000 Subject: [PATCH] chore(release): 15.0.1 --- 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 a5a2385..a35112d 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. +## [15.0.1](https://github.com/pact-foundation/pact-js-cli/compare/v15.0.0...v15.0.1) (2024-06-12) + + +### Fixes and Improvements + +* **deps:** update rimraf to 4.4.1 to avoid glob warnings ([5ddc257](https://github.com/pact-foundation/pact-js-cli/commit/5ddc257b2b60141fd151e698521a86ffe3bda8e5)) + ## 15.0.0 (2024-06-12) diff --git a/package-lock.json b/package-lock.json index bdb5e2e..63d9810 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pact-foundation/pact-cli", - "version": "15.0.0", + "version": "15.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pact-foundation/pact-cli", - "version": "15.0.0", + "version": "15.0.1", "cpu": [ "x64", "ia32", diff --git a/package.json b/package.json index 6dd5739..b20f426 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pact-foundation/pact-cli", - "version": "15.0.0", + "version": "15.0.1", "description": "Broker CLI for @pact-foundation/pact", "main": "src/index.js", "homepage": "https://github.com/pact-foundation/pact-js-cli#readme",