From d1389d10477988982c30ff3f687f2506ba2b40b8 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:17:14 +0000 Subject: [PATCH] chore(main): release 8.2.0 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91940c24..a360c390 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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 + +* package.json & package-lock.json to reduce vulnerabilities ([#890](https://github.com/nodeshift/opossum/issues/890)) ([6cd2895](https://github.com/nodeshift/opossum/commit/6cd28950244218fde9c2d75ca04e753bd37761e4)) +* upgrade babel-loader from 9.1.3 to 9.2.1 ([#888](https://github.com/nodeshift/opossum/issues/888)) ([6d26113](https://github.com/nodeshift/opossum/commit/6d26113ab7ef8afa768717c166390f5c84ed6e61)) +* 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 e7671b1d..fd041729 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 82e317b2..6dd170e0 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",