From c9b149d1c1f382d49b1200f6c299289ddb435734 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Wed, 10 Jul 2019 10:22:07 +0200 Subject: [PATCH 1/2] Bump dependencies --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index cada2c599..a75848818 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "useStderr": true }, "devDependencies": { - "@serverless/eslint-config": "^1.0.0", + "@serverless/eslint-config": "^1.0.1", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "child-process-ext": "^2.0.0", @@ -113,10 +113,10 @@ "strip-ansi": "^5.2.0" }, "dependencies": { - "@serverless/enterprise-plugin": "^1.0.7", + "@serverless/enterprise-plugin": "^1.2.0", "archiver": "^1.3.0", "async": "^1.5.2", - "aws-sdk": "^2.482.0", + "aws-sdk": "^2.490.0", "bluebird": "^3.5.5", "cachedir": "^2.2.0", "chalk": "^2.4.2", @@ -127,16 +127,16 @@ "fs-extra": "^0.26.7", "get-stdin": "^5.0.1", "globby": "^6.1.0", - "graceful-fs": "^4.1.15", - "https-proxy-agent": "^2.2.1", + "graceful-fs": "^4.2.0", + "https-proxy-agent": "^2.2.2", "inquirer": "^6.4.1", "is-docker": "^1.1.0", "js-yaml": "^3.13.1", "json-cycle": "^1.3.0", "json-refs": "^2.1.7", - "jszip": "^3.2.1", + "jszip": "^3.2.2", "jwt-decode": "^2.2.0", - "lodash": "^4.17.11", + "lodash": "^4.17.13", "minimist": "^1.2.0", "mkdirp": "^0.5.1", "moment": "^2.24.0", From 8f59ffc6699aa7772505b106ca4aa49f0563c2b7 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Wed, 10 Jul 2019 10:25:48 +0200 Subject: [PATCH 2/2] Release v1.47.0 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48dffddc5..4d221d9e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +# 1.47.0 (2019-07-10) + +- [Add Onica as a Consultant](https://github.com/serverless/serverless/pull/6300) +- [Correct typo](https://github.com/serverless/serverless/pull/6301) +- [Adapt new ESLint and Prettier configuration](https://github.com/serverless/serverless/pull/6284) +- [Ensure deploy is triggered in CI](https://github.com/serverless/serverless/pull/6306) +- [Remove jsbeautify configuration](https://github.com/serverless/serverless/pull/6309) +- [Improve PR template](https://github.com/serverless/serverless/pull/6308) +- [Allow users to specify API Gateway Access Log format](https://github.com/serverless/serverless/pull/6299) +- [Fix service.provider.region resolution](https://github.com/serverless/serverless/pull/6317) +- [Add null as a consultant](https://github.com/serverless/serverless/pull/6323) +- [Update very minor typo in credentials.md](https://github.com/serverless/serverless/pull/6321) +- [Expose non-errors in informative way](https://github.com/serverless/serverless/pull/6318) +- [Fix async leaks detection conditional](https://github.com/serverless/serverless/pull/6319) +- [Typo fix in AWS ALB event documentation](https://github.com/serverless/serverless/pull/6325) +- [Websockets: fix passing log group ARN](https://github.com/serverless/serverless/pull/6310) +- [Specify invoke local option in the guide](https://github.com/serverless/serverless/pull/6327) +- [Update Webpack version and usage of aws-nodejs-ecma-script template](https://github.com/serverless/serverless/pull/6324) +- [Make ALB event target group names unique](https://github.com/serverless/serverless/pull/6322) +- [Improve Travis CI conf](https://github.com/serverless/serverless/pull/6330) +- [Support for Github Entreprise in sls create](https://github.com/serverless/serverless/pull/6332) +- [Merge patch 1.46.1 release artifacts back into master](https://github.com/serverless/serverless/pull/6343) +- [Add support for existing S3 buckets](https://github.com/serverless/serverless/pull/6290) +- [PLAT-1202 - Interactive `serverless` create](https://github.com/serverless/serverless/pull/6294) +- [PLAT-1091 - message in `npm i` output about the `serverless` quickstart command](https://github.com/serverless/serverless/pull/6238) + +## Meta + +- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.46.1...v1.47.0) + # 1.46.1 (2019-06-28) - [Fix service.provider.region resolution](https://github.com/serverless/serverless/pull/6317) diff --git a/package.json b/package.json index a75848818..6aee4e928 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless", - "version": "1.46.1", + "version": "1.47.0", "engines": { "node": ">=6.0" },