From d088c2b1a24bca3aa13d828e2de2b5902937b0ed Mon Sep 17 00:00:00 2001 From: Harry Chen Date: Tue, 28 Jul 2020 15:57:36 +0800 Subject: [PATCH] serverless-v1.1.11 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/faas-cli-plugin-aws/CHANGELOG.md | 11 +++++++++++ packages/faas-cli-plugin-aws/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c483e1d9b9..c5d01c53a167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.11](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.10...serverless-v1.1.11) (2020-07-28) + + +### Bug Fixes + +* aws duplicated bucketname & default path ([#573](https://github.com/midwayjs/midway-faas/issues/573)) ([28b6520](https://github.com/midwayjs/midway-faas/commit/28b6520d46d2496003a7e7681c663aa9814832bb)) + + + + + ## [1.1.10](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.9...serverless-v1.1.10) (2020-07-28) diff --git a/lerna.json b/lerna.json index a5bc2ec7f590..b38fa6704ae1 100644 --- a/lerna.json +++ b/lerna.json @@ -24,5 +24,5 @@ } }, "npmClient": "npm", - "version": "1.1.10" + "version": "1.1.11" } diff --git a/packages/faas-cli-plugin-aws/CHANGELOG.md b/packages/faas-cli-plugin-aws/CHANGELOG.md index 909f6b0622c9..2019189619b6 100644 --- a/packages/faas-cli-plugin-aws/CHANGELOG.md +++ b/packages/faas-cli-plugin-aws/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.11](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.10...serverless-v1.1.11) (2020-07-28) + + +### Bug Fixes + +* aws duplicated bucketname & default path ([#573](https://github.com/midwayjs/midway-faas/issues/573)) ([28b6520](https://github.com/midwayjs/midway-faas/commit/28b6520d46d2496003a7e7681c663aa9814832bb)) + + + + + ## [1.1.10](https://github.com/midwayjs/midway-faas/compare/serverless-v1.1.9...serverless-v1.1.10) (2020-07-28) diff --git a/packages/faas-cli-plugin-aws/package.json b/packages/faas-cli-plugin-aws/package.json index 832ee684ebe3..563005ad99e5 100644 --- a/packages/faas-cli-plugin-aws/package.json +++ b/packages/faas-cli-plugin-aws/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/fcli-plugin-aws", - "version": "1.1.10", + "version": "1.1.11", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": {