Skip to content

Commit ccf83b1

Browse files
author
sw-yx
committed
1.4.9
1 parent 009aef7 commit ccf83b1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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.9](https://github.com/netlify/netlify-lambda/compare/v1.4.8...v1.4.9) - 2019-05-16
11+
12+
### Merged
13+
14+
- clearCache fallbacks to chunk.id if chunk.name is null [`#144`](https://github.com/netlify/netlify-lambda/pull/144)
15+
- fix: start server when serving static functions [`#151`](https://github.com/netlify/netlify-lambda/pull/151)
16+
1017
## [v1.4.8](https://github.com/netlify/netlify-lambda/compare/v1.4.7...v1.4.8) - 2019-05-16
1118

1219
### Merged
@@ -15,6 +22,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1522

1623
### Commits
1724

25+
- fix: start server when serving static functions [`3fd8234`](https://github.com/netlify/netlify-lambda/commit/3fd8234641dfdcada518f720b499cfcb6f70e991)
1826
- Update README.md [`7ab1220`](https://github.com/netlify/netlify-lambda/commit/7ab1220063bae096825d89ca02ebd8d760992cf9)
1927

2028
## [v1.4.7](https://github.com/netlify/netlify-lambda/compare/v1.4.6...v1.4.7) - 2019-05-02
@@ -29,6 +37,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2937

3038
- fix reload relisten bug [`5d15dfd`](https://github.com/netlify/netlify-lambda/commit/5d15dfdb6c18ba7d8cbd8aefc95f812720a3f6ed)
3139
- Update README.md [`2404593`](https://github.com/netlify/netlify-lambda/commit/2404593b230d730ef0a0f5d2a92bee21240137b1)
40+
- clearCache fallbacks to chunk.id if chunk.name is null [`b724423`](https://github.com/netlify/netlify-lambda/commit/b7244234f8a5bc4c5df5f29aca71882d5de575aa)
3241

3342
## [v1.4.5](https://github.com/netlify/netlify-lambda/compare/v1.4.4...v1.4.5) - 2019-04-16
3443

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.8",
3+
"version": "1.4.9",
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)