From 1c8bfb46f76a8791a75ddf321cb16e63dc772eda Mon Sep 17 00:00:00 2001 From: Tim Qian Date: Wed, 18 Aug 2021 15:19:44 +0800 Subject: [PATCH] Release v3.15.1 (#1012) * Release v3.15.1 * Prettify --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08794715e..009c0404c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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. +## [3.15.1](https://github.com/serverless/components/compare/v3.15.0....v3.15.1) (2021-08-18) + +- Fix `=` sign parsing issue for `sls deploy --input` +- Terminate process when users meet permission issue + ## [3.15.0](https://github.com/serverless/components/compare/v3.14.2....v3.15.0) (2021-08-11) - Invoke local for Php runtime for CN users diff --git a/package.json b/package.json index 585e4480b..b0d204155 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serverless/components", - "version": "3.15.0", + "version": "3.15.1", "description": "The Serverless Framework's new infrastructure provisioning technology — Build, compose, & deploy serverless apps in seconds...", "main": "./src/index.js", "bin": {