From 64d3d40c1e65e35c9c33c008c30c3d5e2f15c60a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:13:51 -0500 Subject: [PATCH] chore(main): release 8.3.1 (#907) 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 8988a13e..1831f896 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.3.1](https://github.com/nodeshift/opossum/compare/v8.3.0...v8.3.1) (2024-11-11) + + +### Bug Fixes + +* Incorrect default value of maxEntries for MemoryCache [#904](https://github.com/nodeshift/opossum/issues/904) ([#906](https://github.com/nodeshift/opossum/issues/906)) ([f7abe3f](https://github.com/nodeshift/opossum/commit/f7abe3fe468a4b212ebae40e74f98e3c0e02e8c9)) + ## [8.3.0](https://github.com/nodeshift/opossum/compare/v8.2.0...v8.3.0) (2024-10-28) diff --git a/package-lock.json b/package-lock.json index 176593af..bf188a36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "opossum", - "version": "8.3.0", + "version": "8.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "opossum", - "version": "8.3.0", + "version": "8.3.1", "license": "Apache-2.0", "devDependencies": { "@babel/core": "^7.22.9", diff --git a/package.json b/package.json index 71374142..040c50b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opossum", - "version": "8.3.0", + "version": "8.3.1", "author": "Red Hat, Inc.", "license": "Apache-2.0", "type": "commonjs",