diff --git a/CHANGELOG.md b/CHANGELOG.md index 91940c24..081a371b 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.2.0](https://github.com/nodeshift/opossum/compare/v8.1.4...v8.2.0) (2024-08-06) + + +### Features + +* 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)) + ## [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 4b4c935b..eef54f8d 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 da6ff45d..4df0e44a 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",