From d1322e5fc1965146c3bc7d92635fdcf0f99af29c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:28:23 -0500 Subject: [PATCH] chore(main): release 8.4.0 (#911) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 1831f896..a8b7b07c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [8.4.0](https://github.com/nodeshift/opossum/compare/v8.3.1...v8.4.0) (2024-11-27) + + +### Features + +* Coalesce reset options, reset coalesce based on result. (error, success, timeout) ([#908](https://github.com/nodeshift/opossum/issues/908)) ([c9782ae](https://github.com/nodeshift/opossum/commit/c9782aef22b00467e20d67bf1ada89f1e868f212)) + ## [8.3.1](https://github.com/nodeshift/opossum/compare/v8.3.0...v8.3.1) (2024-11-11) diff --git a/package-lock.json b/package-lock.json index bf188a36..dd5e6f27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "opossum", - "version": "8.3.1", + "version": "8.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "opossum", - "version": "8.3.1", + "version": "8.4.0", "license": "Apache-2.0", "devDependencies": { "@babel/core": "^7.22.9", diff --git a/package.json b/package.json index 040c50b6..b3fc7862 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opossum", - "version": "8.3.1", + "version": "8.4.0", "author": "Red Hat, Inc.", "license": "Apache-2.0", "type": "commonjs",