mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
commit
994fc7b432
30
CHANGELOG.md
30
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)
|
||||
|
||||
16
package.json
16
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "serverless",
|
||||
"version": "1.46.1",
|
||||
"version": "1.47.0",
|
||||
"engines": {
|
||||
"node": ">=6.0"
|
||||
},
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user