From a4fcef2cfdd8650dbedf21462fcd40bebd0377a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:14:58 +0000 Subject: [PATCH] chore(main): release 8.2.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91940c24..a5af921e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.2.0](https://github.com/nodeshift/opossum/compare/v8.1.4...v8.2.0) (2024-10-23) + + +### Features + +* coalescing calls + feature: max cache size ([#877](https://github.com/nodeshift/opossum/issues/877)) ([d50c912](https://github.com/nodeshift/opossum/commit/d50c912ebb5b642f9bd16efc24afda94432cd666)) +* upgrade nyc from 15.1.0 to 17.0.0 ([#862](https://github.com/nodeshift/opossum/issues/862)) ([ccf7803](https://github.com/nodeshift/opossum/commit/ccf78033462e74533e3cbb74a865d659745e4dd9)) + + +### Bug Fixes + +* upgrade tape from 5.7.2 to 5.9.0 ([#885](https://github.com/nodeshift/opossum/issues/885)) ([2896676](https://github.com/nodeshift/opossum/commit/2896676745d26b08912bb547b80af8916d1ddeeb)) + ## [8.1.4](https://github.com/nodeshift/opossum/compare/v8.1.3...v8.1.4) (2024-04-30) diff --git a/package-lock.json b/package-lock.json index 436d88e6..49e24247 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "opossum", - "version": "8.1.4", + "version": "8.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "opossum", - "version": "8.1.4", + "version": "8.2.0", "license": "Apache-2.0", "devDependencies": { "@babel/core": "^7.22.9", diff --git a/package.json b/package.json index a3a39205..3cab74c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opossum", - "version": "8.1.4", + "version": "8.2.0", "author": "Red Hat, Inc.", "license": "Apache-2.0", "type": "commonjs",