Skip to content

Commit 3350332

Browse files
chore(main): release 8.2.0 (#864)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6d26113 commit 3350332

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
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.
44

5+
## [8.2.0](https://github.com/nodeshift/opossum/compare/v8.1.4...v8.2.0) (2024-10-23)
6+
7+
8+
### Features
9+
10+
* coalescing calls + feature: max cache size ([#877](https://github.com/nodeshift/opossum/issues/877)) ([d50c912](https://github.com/nodeshift/opossum/commit/d50c912ebb5b642f9bd16efc24afda94432cd666))
11+
* 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))
12+
13+
14+
### Bug Fixes
15+
16+
* package.json & package-lock.json to reduce vulnerabilities ([#890](https://github.com/nodeshift/opossum/issues/890)) ([6cd2895](https://github.com/nodeshift/opossum/commit/6cd28950244218fde9c2d75ca04e753bd37761e4))
17+
* 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))
18+
519
## [8.1.4](https://github.com/nodeshift/opossum/compare/v8.1.3...v8.1.4) (2024-04-30)
620

721

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opossum",
3-
"version": "8.1.4",
3+
"version": "8.2.0",
44
"author": "Red Hat, Inc.",
55
"license": "Apache-2.0",
66
"type": "commonjs",

0 commit comments

Comments
 (0)