Skip to content

Commit f0668ce

Browse files
author
sw-yx
committed
1.6.3
1 parent f08c147 commit f0668ce

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ 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.3](https://github.com/netlify/netlify-lambda/compare/v1.6.2...v1.6.3) - 2019-08-22
11+
12+
### Merged
13+
14+
- fix String Comparison Bug [`#178`](https://github.com/netlify/netlify-lambda/pull/178)
15+
16+
### Commits
17+
18+
- wrap functionsPath and dirPath to guarantee compatibility [`2d8aa6f`](https://github.com/netlify/netlify-lambda/commit/2d8aa6f084e3f278c150e4965924859ab7edfd72)
19+
1020
## [v1.6.2](https://github.com/netlify/netlify-lambda/compare/v1.6.1...v1.6.2) - 2019-08-16
1121

1222
### 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.2",
3+
"version": "1.6.3",
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)