Skip to content

Commit

Permalink
Release v3.15.1 (#1012)
Browse files Browse the repository at this point in the history
* Release v3.15.1

* Prettify
  • Loading branch information
timqian committed Aug 18, 2021
1 parent fdee9ce commit 1c8bfb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 1c8bfb4

Please sign in to comment.