Skip to content

Commit

Permalink
1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-yx committed May 16, 2019
1 parent 009aef7 commit ccf83b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

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

## [v1.4.9](https://github.com/netlify/netlify-lambda/compare/v1.4.8...v1.4.9) - 2019-05-16

### Merged

- clearCache fallbacks to chunk.id if chunk.name is null [`#144`](https://github.com/netlify/netlify-lambda/pull/144)
- fix: start server when serving static functions [`#151`](https://github.com/netlify/netlify-lambda/pull/151)

## [v1.4.8](https://github.com/netlify/netlify-lambda/compare/v1.4.7...v1.4.8) - 2019-05-16

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

### Commits

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "netlify-lambda",
"version": "1.4.8",
"version": "1.4.9",
"description": "Build and serve lambda function with webpack compilation",
"homepage": "https://github.com/netlify/netlify-lambda#readme",
"main": "bin/cmd.js",
Expand Down

0 comments on commit ccf83b1

Please sign in to comment.