diff --git a/CHANGELOG.md b/CHANGELOG.md index 513b5757..0d148de4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +### [5.1.1](https://www.github.com/nodeshift/opossum/compare/v5.1.0...v5.1.1) (2020-12-03) + + +### Bug Fixes + +* upgrade webpack from 5.3.2 to 5.4.0 ([#507](https://www.github.com/nodeshift/opossum/issues/507)) ([05a8876](https://www.github.com/nodeshift/opossum/commit/05a88768ca4aae185787fed5eafa3f3b538bf326)) +* upgrade webpack-cli from 4.1.0 to 4.2.0 ([#506](https://www.github.com/nodeshift/opossum/issues/506)) ([ba91b77](https://www.github.com/nodeshift/opossum/commit/ba91b77947f4657d60172d3991b851000a54c9c3)) + ## [5.1.0](https://www.github.com/nodeshift/opossum/compare/v5.0.2...v5.1.0) (2020-12-02) diff --git a/package-lock.json b/package-lock.json index e6b8c5fb..3aab5bc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "opossum", - "version": "5.1.0", + "version": "5.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2bdbcdb3..c052ec2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opossum", - "version": "5.1.0", + "version": "5.1.1", "author": "Red Hat, Inc.", "license": "Apache-2.0", "scripts": {