From 3a628be33dc3853ba773cd3e4e95a0cd327adf11 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Fri, 25 Feb 2022 23:34:35 +0100 Subject: [PATCH] chore: Release v6.1.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaea96a5..7451882e 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. +### [6.1.2](https://github.com/serverless/dashboard-plugin/compare/v6.1.1...v6.1.2) (2022-02-25) + +### Bug Fixes + +- Fix handling of `app` setting when `console: true` ([806888e](https://github.com/serverless/dashboard-plugin/commit/806888e5204879e9653e75c0de68e79a20a7681a)) ([Mariusz Nowak](https://github.com/medikoo)) + ### [6.1.1](https://github.com/serverless/dashboard-plugin/compare/v6.1.0...v6.1.1) (2022-02-25) ### Bug Fixes diff --git a/package.json b/package.json index 18e63d00..878e6e47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serverless/dashboard-plugin", - "version": "6.1.1", + "version": "6.1.2", "description": "The Serverless Dashboard plugin", "author": "serverless.com", "repository": "serverless/dashboard-plugin",