Skip to content

Commit a60729e

Browse files
author
sw-yx
committed
1.6.1
1 parent 8e217f5 commit a60729e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -7,6 +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.6.1](https://github.com/netlify/netlify-lambda/compare/v1.6.0...v1.6.1) - 2019-08-16
11+
12+
### Merged
13+
14+
- improve netlify dev vs netlify lambda docs [`#172`](https://github.com/netlify/netlify-lambda/pull/172)
15+
16+
### Fixed
17+
18+
- move globby to deps not devdeps closes #173 [`#173`](https://github.com/netlify/netlify-lambda/issues/173)
19+
20+
### Commits
21+
22+
- Update README.md [`7752924`](https://github.com/netlify/netlify-lambda/commit/7752924b66741da5e455398be7b9c2499cfd8831)
23+
- Update README.md [`4b949ac`](https://github.com/netlify/netlify-lambda/commit/4b949ac99d3642091d47b1326a3fa1f11e0693a6)
24+
- Update README.md [`77a5836`](https://github.com/netlify/netlify-lambda/commit/77a5836a6410cfc7562b7da998363b2359e8d7af)
25+
1026
## [v1.6.0](https://github.com/netlify/netlify-lambda/compare/v1.5.1...v1.6.0) - 2019-08-15
1127

1228
### 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.6.0",
3+
"version": "1.6.1",
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)