From 961452d9af1f1564a1ac3c6b4392290cfc080817 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Wed, 22 Sep 2021 15:51:01 +0200 Subject: [PATCH] chore: Release v5.15.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a25e2a7..cf119d3 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. +## [5.15.0](https://github.com/serverless/utils/compare/v5.14.0...v5.15.0) (2021-09-22) + +### Features + +- **Log:** Support internally `--verbose` flag for modern logs ([#126](https://github.com/serverless/utils/pull/126)) ([749de91](https://github.com/serverless/utils/commit/749de91a9aa6596a6b7a147f0eeb52d2923e39d2)) ([Mariusz Nowak](https://github.com/medikoo)) + ## [5.14.0](https://github.com/serverless/utils/compare/v5.13.0...v5.14.0) (2021-09-21) ### Features diff --git a/package.json b/package.json index 1d48ca4..84ad206 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serverless/utils", - "version": "5.14.0", + "version": "5.15.0", "description": "Serverless CLI utilities", "repository": "serverless/utils", "homepage": "https://github.com/serverless/utils#readme",