Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-yx committed Aug 16, 2019
1 parent 8e217f5 commit a60729e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ 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.6.1](https://github.com/netlify/netlify-lambda/compare/v1.6.0...v1.6.1) - 2019-08-16

### Merged

- improve netlify dev vs netlify lambda docs [`#172`](https://github.com/netlify/netlify-lambda/pull/172)

### Fixed

- move globby to deps not devdeps closes #173 [`#173`](https://github.com/netlify/netlify-lambda/issues/173)

### Commits

- Update README.md [`7752924`](https://github.com/netlify/netlify-lambda/commit/7752924b66741da5e455398be7b9c2499cfd8831)
- Update README.md [`4b949ac`](https://github.com/netlify/netlify-lambda/commit/4b949ac99d3642091d47b1326a3fa1f11e0693a6)
- Update README.md [`77a5836`](https://github.com/netlify/netlify-lambda/commit/77a5836a6410cfc7562b7da998363b2359e8d7af)

## [v1.6.0](https://github.com/netlify/netlify-lambda/compare/v1.5.1...v1.6.0) - 2019-08-15

### Merged
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.6.0",
"version": "1.6.1",
"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 a60729e

Please sign in to comment.