From fbacdb66b8b78281223725f89b12c1a46f1bfe74 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 16:12:06 +0000 Subject: [PATCH] chore: release 5.1.1 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 513b5757..4bbe2084 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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-07) + + +### Bug Fixes + +* catch exceptions in fallback functions ([#510](https://www.github.com/nodeshift/opossum/issues/510)) ([34f75a2](https://www.github.com/nodeshift/opossum/commit/34f75a2994b3efd95fbd86fab5f6cf73f3fa39d8)) +* 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": {