mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
releasing v1.5.1
This commit is contained in:
parent
84f2964e0d
commit
4e9c3e9b8b
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,3 +1,14 @@
|
||||
# 1.5.1 (19.01.2017)
|
||||
|
||||
## Bug Fixes
|
||||
- Fix bug with multi line values is given in IoT events (#3095)
|
||||
- Add support of numeric template creation path (#3064)
|
||||
- Fix deployment bucket bug when using eu-west-1 (#3107)
|
||||
|
||||
## Meta
|
||||
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.5.0...v1.5.1)
|
||||
|
||||
|
||||
# 1.5.0 (05.01.2017)
|
||||
|
||||
## Features
|
||||
|
||||
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "serverless",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"dependencies": {
|
||||
"agent-base": {
|
||||
"version": "2.0.1",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "serverless",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"engines": {
|
||||
"node": ">=4.0"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user