From 897b76ea14d4f351c9e6f33b39ae2aa8281bdc24 Mon Sep 17 00:00:00 2001 From: Max Marze Date: Mon, 18 Sep 2023 23:25:06 -0400 Subject: [PATCH] chore: Release 7.0.3 (#728) --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50e7fe3a..5f5a417b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.3](https://github.com/serverless/dashboard-plugin/compare/v7.0.2...v7.0.3) (2023-09-19) + ### [7.0.2](https://github.com/serverless/dashboard-plugin/compare/v7.0.1...v7.0.2) (2023-09-16) ### Bug Fixes diff --git a/package.json b/package.json index 66e0bd7c..b5b9a893 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serverless/dashboard-plugin", - "version": "7.0.2", + "version": "7.0.3", "description": "The Serverless Dashboard plugin", "author": "serverless.com", "repository": "serverless/dashboard-plugin",