From a75fffa3652038a85167b0489727cb3503276fc6 Mon Sep 17 00:00:00 2001 From: Dan Jarvis Date: Thu, 16 Mar 2023 13:47:15 -0500 Subject: [PATCH] chore: Release v6.9.2 (#201) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 475ef37..40732f3 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.9.2](https://github.com/serverless/utils/compare/v6.9.1...v6.9.2) (2023-03-16) + +### Bug Fixes + +- Stack trace should not be camel case ([#200](https://github.com/serverless/utils/issues/200)) ([a046bdb](https://github.com/serverless/utils/commit/a046bdb47dbe517a3650f83daf606a859e05bdad)) + ## [6.9.1](https://github.com/serverless/utils/compare/v6.9.0...v6.9.1) (2023-03-16) ### Bug Fixes diff --git a/package.json b/package.json index 4c1a8b8..7bb87ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serverless/utils", - "version": "6.9.1", + "version": "6.9.2", "description": "Serverless CLI utilities", "repository": "serverless/utils", "homepage": "https://github.com/serverless/utils#readme",