Skip to content

Commit

Permalink
Merge pull request serverless#4453 from serverless/releasing-v-1-24-1
Browse files Browse the repository at this point in the history
Releasing v1.24.1
  • Loading branch information
pmuens authored Nov 7, 2017
2 parents ebd6145 + fd27a46 commit c852ec8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 17 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 1.24.1 (07.11.2017)
- [Fix this.userStats.track is not a function error when tailing function logs](https://github.com/serverless/serverless/pull/4441)
- [Improve variables test](https://github.com/serverless/serverless/pull/4450)
- [Error when file referenced in serverless.yml does not exist](https://github.com/serverless/serverless/pull/4448)

## Meta
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.24.0...v1.24.1)


# 1.24.0 (01.11.2017)
- [Run "serverless deploy list" if timestamp is not specified in rollback command](https://github.com/serverless/serverless/pull/4297)
- [Add alexaSmartHome event](https://github.com/serverless/serverless/pull/4238)
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless",
"version": "1.24.0",
"version": "1.24.1",
"engines": {
"node": ">=4.0"
},
Expand Down

0 comments on commit c852ec8

Please sign in to comment.