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",