From 2b584a85af9ec8955378e84a6aee3a042405f987 Mon Sep 17 00:00:00 2001 From: Max Marze Date: Wed, 27 Sep 2023 17:16:05 -0400 Subject: [PATCH] chore: Release 7.0.5 (#733) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baea3b69..4d33be98 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. +### [7.0.5](https://github.com/serverless/dashboard-plugin/compare/v7.0.4...v7.0.5) (2023-09-27) + +### Bug Fixes + +- Use clearer error message for credential resolution ([#732](https://github.com/serverless/dashboard-plugin/issues/732)) ([1a17de3](https://github.com/serverless/dashboard-plugin/commit/1a17de357ab7e3742e7925100c62bbac54821c30)) + ### [7.0.4](https://github.com/serverless/dashboard-plugin/compare/v7.0.3...v7.0.4) (2023-09-25) ### Bug Fixes diff --git a/package.json b/package.json index 102b2b63..c58cf0b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serverless/dashboard-plugin", - "version": "7.0.4", + "version": "7.0.5", "description": "The Serverless Dashboard plugin", "author": "serverless.com", "repository": "serverless/dashboard-plugin",