From 773f37a73fcba206aa901d96f9b43a583213828e Mon Sep 17 00:00:00 2001 From: Max Marze Date: Mon, 18 Sep 2023 22:03:55 -0400 Subject: [PATCH] chore: Release 6.14.0 (#221) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8f718f..b0a3a66 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.14.0](https://github.com/serverless/utils/compare/v6.13.1...v6.14.0) (2023-09-19) + +### Features + +- Remove console auth and require dashboard accessKey for api calls ([#220](https://github.com/serverless/utils/issues/220)) ([1d8f91c](https://github.com/serverless/utils/commit/1d8f91c2c70427095f05c9c448bbbe1d49962671)) + ### [6.13.1](https://github.com/serverless/utils/compare/v6.13.0...v6.13.1) (2023-07-12) ### Bug Fixes diff --git a/package.json b/package.json index 701ba44..5a5fbf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serverless/utils", - "version": "6.13.1", + "version": "6.14.0", "description": "Serverless CLI utilities", "repository": "serverless/utils", "homepage": "https://github.com/serverless/utils#readme",