diff --git a/CHANGELOG.md b/CHANGELOG.md index 29b15974..67c5c32f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 62b56e04..788ae60d 100644 --- a/package.json +++ b/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",