Skip to content

Commit

Permalink
1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-yx committed Aug 22, 2019
1 parent f08c147 commit f0668ce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,16 @@ 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.3](https://github.com/netlify/netlify-lambda/compare/v1.6.2...v1.6.3) - 2019-08-22

### Merged

- fix String Comparison Bug [`#178`](https://github.com/netlify/netlify-lambda/pull/178)

### Commits

- wrap functionsPath and dirPath to guarantee compatibility [`2d8aa6f`](https://github.com/netlify/netlify-lambda/commit/2d8aa6f084e3f278c150e4965924859ab7edfd72)

## [v1.6.2](https://github.com/netlify/netlify-lambda/compare/v1.6.1...v1.6.2) - 2019-08-16

### Merged
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "netlify-lambda",
"version": "1.6.2",
"version": "1.6.3",
"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 f0668ce

Please sign in to comment.