Skip to content

Commit 378f0b5

Browse files
author
sw-yx
committed
1.4.13
1 parent f82b01c commit 378f0b5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [v1.4.13](https://github.com/netlify/netlify-lambda/compare/v1.4.12...v1.4.13) - 2019-05-22
11+
12+
### Merged
13+
14+
- add missing config set up for serve [`#159`](https://github.com/netlify/netlify-lambda/pull/159)
15+
1016
## [v1.4.12](https://github.com/netlify/netlify-lambda/compare/v1.4.11...v1.4.12) - 2019-05-22
1117

1218
### Merged
1319

1420
- fix: proritize server builds over browser for packages [`#160`](https://github.com/netlify/netlify-lambda/pull/160)
1521

22+
### Commits
23+
24+
- add missing config set up for serve [`71a4cf0`](https://github.com/netlify/netlify-lambda/commit/71a4cf05cfd1196029910176a0ce206ccf003211)
25+
1626
## [v1.4.11](https://github.com/netlify/netlify-lambda/compare/v1.4.10...v1.4.11) - 2019-05-19
1727

1828
### Merged

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netlify-lambda",
3-
"version": "1.4.12",
3+
"version": "1.4.13",
44
"description": "Build and serve lambda function with webpack compilation",
55
"homepage": "https://github.com/netlify/netlify-lambda#readme",
66
"main": "bin/cmd.js",

0 commit comments

Comments
 (0)