From 233d36f655bc3406b6b326c234c2bfb2dc4aa5f9 Mon Sep 17 00:00:00 2001 From: olzzon Date: Wed, 19 May 2021 08:38:50 +0200 Subject: [PATCH] chore(release): 4.8.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1c9b66c..18407820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +### [4.8.2](https://github.com/olzzon/sisyfos-audio-controller/compare/v4.8.1...v4.8.2) (2021-05-19) + +### Bug Fixes + +- resolution on hosted-git-info package to force fix vulnerability ([ef0c283](https://github.com/olzzon/sisyfos-audio-controller/commit/ef0c28333b6329c1ed10c5b46ea73c54c45e3cff)) + ### [4.8.1](https://github.com/olzzon/sisyfos-audio-controller/compare/v4.8.0...v4.8.1) (2021-05-17) ### Bug Fixes diff --git a/package.json b/package.json index 9ba18639..edea65c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sisyfos-audio-controller", - "version": "4.8.1", + "version": "4.8.2", "description": "Audio mixer build with the logic from a video mixer", "license": "MIT", "private": false,