From 74a73a068a912b6cf2177a8f078126b89ca2928a Mon Sep 17 00:00:00 2001 From: Harry Chen Date: Thu, 30 Apr 2020 11:16:39 +0800 Subject: [PATCH] v0.2.91 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/faas-cli-command-core/CHANGELOG.md | 8 ++++++++ packages/faas-cli-command-core/package.json | 2 +- packages/faas-cli-plugin-create/CHANGELOG.md | 8 ++++++++ packages/faas-cli-plugin-create/package.json | 4 ++-- packages/faas-cli-plugin-deploy/CHANGELOG.md | 8 ++++++++ packages/faas-cli-plugin-deploy/package.json | 4 ++-- .../faas-cli-plugin-dev-pack/CHANGELOG.md | 8 ++++++++ .../faas-cli-plugin-dev-pack/package.json | 6 +++--- packages/faas-cli-plugin-fc/CHANGELOG.md | 8 ++++++++ packages/faas-cli-plugin-fc/package.json | 6 +++--- packages/faas-cli-plugin-invoke/CHANGELOG.md | 8 ++++++++ packages/faas-cli-plugin-invoke/package.json | 4 ++-- packages/faas-cli-plugin-package/CHANGELOG.md | 8 ++++++++ packages/faas-cli-plugin-package/package.json | 4 ++-- packages/faas-cli-plugin-scf/CHANGELOG.md | 8 ++++++++ packages/faas-cli-plugin-scf/package.json | 6 +++--- packages/faas-cli-plugin-test/CHANGELOG.md | 8 ++++++++ packages/faas-cli-plugin-test/package.json | 4 ++-- packages/faas-cli/CHANGELOG.md | 8 ++++++++ packages/faas-cli/package.json | 20 +++++++++---------- packages/faas-dev-pack/CHANGELOG.md | 8 ++++++++ packages/faas-dev-pack/package.json | 8 ++++---- packages/gateway-common-core/CHANGELOG.md | 8 ++++++++ packages/gateway-common-core/package.json | 4 ++-- packages/gateway-common-http/CHANGELOG.md | 8 ++++++++ packages/gateway-common-http/package.json | 6 +++--- packages/serverless-invoke/CHANGELOG.md | 8 ++++++++ packages/serverless-invoke/package.json | 4 ++-- 30 files changed, 162 insertions(+), 42 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2581733d..5262900b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.91](https://github.com/midwayjs/midway-faas/compare/v0.2.90...v0.2.91) (2020-04-30) + +**Note:** Version bump only for package midway-faas + + + + + ## [0.2.90](https://github.com/midwayjs/midway-faas/compare/v0.2.89...v0.2.90) (2020-04-29) diff --git a/lerna.json b/lerna.json index 1b81eb51..4e1a8064 100644 --- a/lerna.json +++ b/lerna.json @@ -24,5 +24,5 @@ } }, "npmClient": "npm", - "version": "0.2.90" + "version": "0.2.91" } diff --git a/packages/faas-cli-command-core/CHANGELOG.md b/packages/faas-cli-command-core/CHANGELOG.md index 2fe03490..c8af5c16 100644 --- a/packages/faas-cli-command-core/CHANGELOG.md +++ b/packages/faas-cli-command-core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.91](https://github.com/midwayjs/midway-faas/compare/v0.2.90...v0.2.91) (2020-04-30) + +**Note:** Version bump only for package @midwayjs/fcli-command-core + + + + + ## [0.2.89](https://github.com/midwayjs/midway-faas/compare/v0.2.88...v0.2.89) (2020-04-28) **Note:** Version bump only for package @midwayjs/fcli-command-core diff --git a/packages/faas-cli-command-core/package.json b/packages/faas-cli-command-core/package.json index 303bf9fb..ba4bea5a 100644 --- a/packages/faas-cli-command-core/package.json +++ b/packages/faas-cli-command-core/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/fcli-command-core", - "version": "0.2.89", + "version": "0.2.91", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { diff --git a/packages/faas-cli-plugin-create/CHANGELOG.md b/packages/faas-cli-plugin-create/CHANGELOG.md index 83fddd2f..0b9f660e 100644 --- a/packages/faas-cli-plugin-create/CHANGELOG.md +++ b/packages/faas-cli-plugin-create/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.91](https://github.com/midwayjs/midway-faas/compare/v0.2.90...v0.2.91) (2020-04-30) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-create + + + + + ## [0.2.89](https://github.com/midwayjs/midway-faas/compare/v0.2.88...v0.2.89) (2020-04-28) **Note:** Version bump only for package @midwayjs/fcli-plugin-create diff --git a/packages/faas-cli-plugin-create/package.json b/packages/faas-cli-plugin-create/package.json index ad1f1094..a7b89e46 100644 --- a/packages/faas-cli-plugin-create/package.json +++ b/packages/faas-cli-plugin-create/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/fcli-plugin-create", - "version": "0.2.89", + "version": "0.2.91", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/fcli-command-core": "^0.2.89", + "@midwayjs/fcli-command-core": "^0.2.91", "enquirer": "^2.3.4", "light-generator": "^1.3.2" }, diff --git a/packages/faas-cli-plugin-deploy/CHANGELOG.md b/packages/faas-cli-plugin-deploy/CHANGELOG.md index 6c1f5727..2fa8afef 100644 --- a/packages/faas-cli-plugin-deploy/CHANGELOG.md +++ b/packages/faas-cli-plugin-deploy/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.91](https://github.com/midwayjs/midway-faas/compare/v0.2.90...v0.2.91) (2020-04-30) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-deploy + + + + + ## [0.2.89](https://github.com/midwayjs/midway-faas/compare/v0.2.88...v0.2.89) (2020-04-28) **Note:** Version bump only for package @midwayjs/fcli-plugin-deploy diff --git a/packages/faas-cli-plugin-deploy/package.json b/packages/faas-cli-plugin-deploy/package.json index 91b80bb7..4f7296ec 100644 --- a/packages/faas-cli-plugin-deploy/package.json +++ b/packages/faas-cli-plugin-deploy/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/fcli-plugin-deploy", - "version": "0.2.89", + "version": "0.2.91", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/fcli-command-core": "^0.2.89" + "@midwayjs/fcli-command-core": "^0.2.91" }, "devDependencies": { "midway-bin": "^2.0.0" diff --git a/packages/faas-cli-plugin-dev-pack/CHANGELOG.md b/packages/faas-cli-plugin-dev-pack/CHANGELOG.md index 08f5205b..f9867753 100644 --- a/packages/faas-cli-plugin-dev-pack/CHANGELOG.md +++ b/packages/faas-cli-plugin-dev-pack/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.91](https://github.com/midwayjs/midway-faas/compare/v0.2.90...v0.2.91) (2020-04-30) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-dev-pack + + + + + ## [0.2.90](https://github.com/midwayjs/midway-faas/compare/v0.2.89...v0.2.90) (2020-04-29) **Note:** Version bump only for package @midwayjs/fcli-plugin-dev-pack diff --git a/packages/faas-cli-plugin-dev-pack/package.json b/packages/faas-cli-plugin-dev-pack/package.json index 6ed30a85..c53dcdc7 100644 --- a/packages/faas-cli-plugin-dev-pack/package.json +++ b/packages/faas-cli-plugin-dev-pack/package.json @@ -1,6 +1,6 @@ { "name": "@midwayjs/fcli-plugin-dev-pack", - "version": "0.2.90", + "version": "0.2.91", "description": "faas cli dev pack", "keywords": [ "faas", @@ -13,8 +13,8 @@ "src" ], "dependencies": { - "@midwayjs/faas-dev-pack": "^0.2.90", - "@midwayjs/fcli-command-core": "^0.2.89", + "@midwayjs/faas-dev-pack": "^0.2.91", + "@midwayjs/fcli-command-core": "^0.2.91", "koa": "^2.11.0", "koa-onerror": "^4.1.0" }, diff --git a/packages/faas-cli-plugin-fc/CHANGELOG.md b/packages/faas-cli-plugin-fc/CHANGELOG.md index 7e96f58f..cccdda05 100644 --- a/packages/faas-cli-plugin-fc/CHANGELOG.md +++ b/packages/faas-cli-plugin-fc/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.91](https://github.com/midwayjs/midway-faas/compare/v0.2.90...v0.2.91) (2020-04-30) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-fc + + + + + ## [0.2.90](https://github.com/midwayjs/midway-faas/compare/v0.2.89...v0.2.90) (2020-04-29) **Note:** Version bump only for package @midwayjs/fcli-plugin-fc diff --git a/packages/faas-cli-plugin-fc/package.json b/packages/faas-cli-plugin-fc/package.json index c4b86f03..009123b0 100644 --- a/packages/faas-cli-plugin-fc/package.json +++ b/packages/faas-cli-plugin-fc/package.json @@ -1,16 +1,16 @@ { "name": "@midwayjs/fcli-plugin-fc", - "version": "0.2.90", + "version": "0.2.91", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { "@alicloud/fun": "^3.1.3", - "@midwayjs/fcli-command-core": "^0.2.89", + "@midwayjs/fcli-command-core": "^0.2.91", "@midwayjs/serverless-fc-starter": "^0.2.90", "@midwayjs/serverless-spec-builder": "^0.2.89" }, "devDependencies": { - "@midwayjs/fcli-plugin-package": "^0.2.90", + "@midwayjs/fcli-plugin-package": "^0.2.91", "fs-extra": "^8.1.0", "midway-bin": "^2.0.0" }, diff --git a/packages/faas-cli-plugin-invoke/CHANGELOG.md b/packages/faas-cli-plugin-invoke/CHANGELOG.md index 4f49927f..1142eee8 100644 --- a/packages/faas-cli-plugin-invoke/CHANGELOG.md +++ b/packages/faas-cli-plugin-invoke/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.91](https://github.com/midwayjs/midway-faas/compare/v0.2.90...v0.2.91) (2020-04-30) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-invoke + + + + + ## [0.2.90](https://github.com/midwayjs/midway-faas/compare/v0.2.89...v0.2.90) (2020-04-29) **Note:** Version bump only for package @midwayjs/fcli-plugin-invoke diff --git a/packages/faas-cli-plugin-invoke/package.json b/packages/faas-cli-plugin-invoke/package.json index c61701b4..73415d5d 100644 --- a/packages/faas-cli-plugin-invoke/package.json +++ b/packages/faas-cli-plugin-invoke/package.json @@ -1,11 +1,11 @@ { "name": "@midwayjs/fcli-plugin-invoke", - "version": "0.2.90", + "version": "0.2.91", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { "@midwayjs/faas-util-ts-compile": "^0.2.89", - "@midwayjs/fcli-command-core": "^0.2.89", + "@midwayjs/fcli-command-core": "^0.2.91", "@midwayjs/locate": "^1.0.3", "@midwayjs/mwcc": "^0.2.2", "@midwayjs/runtime-engine": "^0.2.89", diff --git a/packages/faas-cli-plugin-package/CHANGELOG.md b/packages/faas-cli-plugin-package/CHANGELOG.md index 38e3c8ef..1aa24704 100644 --- a/packages/faas-cli-plugin-package/CHANGELOG.md +++ b/packages/faas-cli-plugin-package/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.91](https://github.com/midwayjs/midway-faas/compare/v0.2.90...v0.2.91) (2020-04-30) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-package + + + + + ## [0.2.90](https://github.com/midwayjs/midway-faas/compare/v0.2.89...v0.2.90) (2020-04-29) diff --git a/packages/faas-cli-plugin-package/package.json b/packages/faas-cli-plugin-package/package.json index bde90b47..d7cb14f1 100644 --- a/packages/faas-cli-plugin-package/package.json +++ b/packages/faas-cli-plugin-package/package.json @@ -1,11 +1,11 @@ { "name": "@midwayjs/fcli-plugin-package", - "version": "0.2.90", + "version": "0.2.91", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { "@midwayjs/faas-util-ts-compile": "^0.2.89", - "@midwayjs/fcli-command-core": "^0.2.89", + "@midwayjs/fcli-command-core": "^0.2.91", "@midwayjs/locate": "^1.0.3", "@midwayjs/mwcc": "^0.2.2", "archiver": "^3.1.1", diff --git a/packages/faas-cli-plugin-scf/CHANGELOG.md b/packages/faas-cli-plugin-scf/CHANGELOG.md index b97dbcc0..593d534e 100644 --- a/packages/faas-cli-plugin-scf/CHANGELOG.md +++ b/packages/faas-cli-plugin-scf/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.91](https://github.com/midwayjs/midway-faas/compare/v0.2.90...v0.2.91) (2020-04-30) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-scf + + + + + ## [0.2.90](https://github.com/midwayjs/midway-faas/compare/v0.2.89...v0.2.90) (2020-04-29) **Note:** Version bump only for package @midwayjs/fcli-plugin-scf diff --git a/packages/faas-cli-plugin-scf/package.json b/packages/faas-cli-plugin-scf/package.json index 301c8bd8..11cd8fdb 100644 --- a/packages/faas-cli-plugin-scf/package.json +++ b/packages/faas-cli-plugin-scf/package.json @@ -1,16 +1,16 @@ { "name": "@midwayjs/fcli-plugin-scf", - "version": "0.2.90", + "version": "0.2.91", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/fcli-command-core": "^0.2.89", + "@midwayjs/fcli-command-core": "^0.2.91", "@midwayjs/serverless-scf-starter": "^0.2.90", "@midwayjs/serverless-spec-builder": "^0.2.89", "serverless-tencent-scf": "^0.1.36" }, "devDependencies": { - "@midwayjs/fcli-plugin-package": "^0.2.90", + "@midwayjs/fcli-plugin-package": "^0.2.91", "fs-extra": "^8.1.0", "midway-bin": "^2.0.0" }, diff --git a/packages/faas-cli-plugin-test/CHANGELOG.md b/packages/faas-cli-plugin-test/CHANGELOG.md index e7ede3d6..37c7a6ca 100644 --- a/packages/faas-cli-plugin-test/CHANGELOG.md +++ b/packages/faas-cli-plugin-test/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.91](https://github.com/midwayjs/midway-faas/compare/v0.2.90...v0.2.91) (2020-04-30) + +**Note:** Version bump only for package @midwayjs/fcli-plugin-test + + + + + ## [0.2.89](https://github.com/midwayjs/midway-faas/compare/v0.2.88...v0.2.89) (2020-04-28) **Note:** Version bump only for package @midwayjs/fcli-plugin-test diff --git a/packages/faas-cli-plugin-test/package.json b/packages/faas-cli-plugin-test/package.json index 9fa654fd..ce55f334 100644 --- a/packages/faas-cli-plugin-test/package.json +++ b/packages/faas-cli-plugin-test/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/fcli-plugin-test", - "version": "0.2.89", + "version": "0.2.91", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/fcli-command-core": "^0.2.89", + "@midwayjs/fcli-command-core": "^0.2.91", "globby": "^11.0.0", "mocha": "^7.1.2", "ts-node": "^8.9.1" diff --git a/packages/faas-cli/CHANGELOG.md b/packages/faas-cli/CHANGELOG.md index c094721f..19d6019c 100644 --- a/packages/faas-cli/CHANGELOG.md +++ b/packages/faas-cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.91](https://github.com/midwayjs/midway-faas/compare/v0.2.90...v0.2.91) (2020-04-30) + +**Note:** Version bump only for package @midwayjs/faas-cli + + + + + ## [0.2.90](https://github.com/midwayjs/midway-faas/compare/v0.2.89...v0.2.90) (2020-04-29) **Note:** Version bump only for package @midwayjs/faas-cli diff --git a/packages/faas-cli/package.json b/packages/faas-cli/package.json index d1ae6c9c..04d95a3a 100644 --- a/packages/faas-cli/package.json +++ b/packages/faas-cli/package.json @@ -1,19 +1,19 @@ { "name": "@midwayjs/faas-cli", - "version": "0.2.90", + "version": "0.2.91", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { "@midwayjs/debugger": "^0.0.3", - "@midwayjs/fcli-command-core": "^0.2.89", - "@midwayjs/fcli-plugin-create": "^0.2.89", - "@midwayjs/fcli-plugin-deploy": "^0.2.89", - "@midwayjs/fcli-plugin-dev-pack": "^0.2.90", - "@midwayjs/fcli-plugin-fc": "^0.2.90", - "@midwayjs/fcli-plugin-invoke": "^0.2.90", - "@midwayjs/fcli-plugin-package": "^0.2.90", - "@midwayjs/fcli-plugin-scf": "^0.2.90", - "@midwayjs/fcli-plugin-test": "^0.2.89", + "@midwayjs/fcli-command-core": "^0.2.91", + "@midwayjs/fcli-plugin-create": "^0.2.91", + "@midwayjs/fcli-plugin-deploy": "^0.2.91", + "@midwayjs/fcli-plugin-dev-pack": "^0.2.91", + "@midwayjs/fcli-plugin-fc": "^0.2.91", + "@midwayjs/fcli-plugin-invoke": "^0.2.91", + "@midwayjs/fcli-plugin-package": "^0.2.91", + "@midwayjs/fcli-plugin-scf": "^0.2.91", + "@midwayjs/fcli-plugin-test": "^0.2.91", "@midwayjs/serverless-spec-builder": "^0.2.89", "enquirer": "^2.3.4", "minimist": "^1.2.5" diff --git a/packages/faas-dev-pack/CHANGELOG.md b/packages/faas-dev-pack/CHANGELOG.md index 8c746aed..f8e9b747 100644 --- a/packages/faas-dev-pack/CHANGELOG.md +++ b/packages/faas-dev-pack/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.91](https://github.com/midwayjs/midway-faas/compare/v0.2.90...v0.2.91) (2020-04-30) + +**Note:** Version bump only for package @midwayjs/faas-dev-pack + + + + + ## [0.2.90](https://github.com/midwayjs/midway-faas/compare/v0.2.89...v0.2.90) (2020-04-29) **Note:** Version bump only for package @midwayjs/faas-dev-pack diff --git a/packages/faas-dev-pack/package.json b/packages/faas-dev-pack/package.json index ac5a397a..02148bec 100644 --- a/packages/faas-dev-pack/package.json +++ b/packages/faas-dev-pack/package.json @@ -1,12 +1,12 @@ { "name": "@midwayjs/faas-dev-pack", - "version": "0.2.90", + "version": "0.2.91", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/gateway-common-core": "^0.2.90", - "@midwayjs/gateway-common-http": "^0.2.90", - "@midwayjs/serverless-invoke": "^0.2.90", + "@midwayjs/gateway-common-core": "^0.2.91", + "@midwayjs/gateway-common-http": "^0.2.91", + "@midwayjs/serverless-invoke": "^0.2.91", "body-parser": "^1.19.0", "compose-middleware": "^5.0.1", "koa-bodyparser": "^4.2.1", diff --git a/packages/gateway-common-core/CHANGELOG.md b/packages/gateway-common-core/CHANGELOG.md index 6041fec8..bbe2783b 100644 --- a/packages/gateway-common-core/CHANGELOG.md +++ b/packages/gateway-common-core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.91](https://github.com/midwayjs/midway-faas/compare/v0.2.90...v0.2.91) (2020-04-30) + +**Note:** Version bump only for package @midwayjs/gateway-common-core + + + + + ## [0.2.90](https://github.com/midwayjs/midway-faas/compare/v0.2.89...v0.2.90) (2020-04-29) **Note:** Version bump only for package @midwayjs/gateway-common-core diff --git a/packages/gateway-common-core/package.json b/packages/gateway-common-core/package.json index ec6fd2e8..373ee513 100644 --- a/packages/gateway-common-core/package.json +++ b/packages/gateway-common-core/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/gateway-common-core", - "version": "0.2.90", + "version": "0.2.91", "main": "dist/index", "typings": "dist/index.d.ts", "devDependencies": { - "@midwayjs/serverless-invoke": "^0.2.90", + "@midwayjs/serverless-invoke": "^0.2.91", "@types/express": "^4.17.0", "@types/koa": "^2.0.49", "body-parser": "^1.19.0", diff --git a/packages/gateway-common-http/CHANGELOG.md b/packages/gateway-common-http/CHANGELOG.md index 4762b72f..6b24713d 100644 --- a/packages/gateway-common-http/CHANGELOG.md +++ b/packages/gateway-common-http/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.91](https://github.com/midwayjs/midway-faas/compare/v0.2.90...v0.2.91) (2020-04-30) + +**Note:** Version bump only for package @midwayjs/gateway-common-http + + + + + ## [0.2.90](https://github.com/midwayjs/midway-faas/compare/v0.2.89...v0.2.90) (2020-04-29) **Note:** Version bump only for package @midwayjs/gateway-common-http diff --git a/packages/gateway-common-http/package.json b/packages/gateway-common-http/package.json index 94efdb67..307194a6 100644 --- a/packages/gateway-common-http/package.json +++ b/packages/gateway-common-http/package.json @@ -1,11 +1,11 @@ { "name": "@midwayjs/gateway-common-http", - "version": "0.2.90", + "version": "0.2.91", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/gateway-common-core": "^0.2.90", - "@midwayjs/serverless-invoke": "^0.2.90", + "@midwayjs/gateway-common-core": "^0.2.91", + "@midwayjs/serverless-invoke": "^0.2.91", "@midwayjs/serverless-spec-builder": "^0.2.89", "picomatch": "^2.2.1" }, diff --git a/packages/serverless-invoke/CHANGELOG.md b/packages/serverless-invoke/CHANGELOG.md index 119d96d9..547a3c27 100644 --- a/packages/serverless-invoke/CHANGELOG.md +++ b/packages/serverless-invoke/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.91](https://github.com/midwayjs/midway-faas/compare/v0.2.90...v0.2.91) (2020-04-30) + +**Note:** Version bump only for package @midwayjs/serverless-invoke + + + + + ## [0.2.90](https://github.com/midwayjs/midway-faas/compare/v0.2.89...v0.2.90) (2020-04-29) **Note:** Version bump only for package @midwayjs/serverless-invoke diff --git a/packages/serverless-invoke/package.json b/packages/serverless-invoke/package.json index f67a1268..6dad9130 100644 --- a/packages/serverless-invoke/package.json +++ b/packages/serverless-invoke/package.json @@ -1,10 +1,10 @@ { "name": "@midwayjs/serverless-invoke", - "version": "0.2.90", + "version": "0.2.91", "main": "dist/index", "typings": "dist/index.d.ts", "dependencies": { - "@midwayjs/fcli-plugin-invoke": "^0.2.90" + "@midwayjs/fcli-plugin-invoke": "^0.2.91" }, "devDependencies": { "@midwayjs/faas": "^0.2.90",