From 583fe98a3bdeed43c23712e485f34d1a70385642 Mon Sep 17 00:00:00 2001 From: Chase Sillevis Date: Fri, 7 Jul 2017 10:07:19 +0200 Subject: [PATCH] bump to 0.11.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- test/main.js | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23c718ed..0373880f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -247,3 +247,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Bugfixes - Fix to set boolean in params.Publish [#346](https://github.com/motdotla/node-lambda/pull/346) + +## [0.11.3] - 2017-07-07 +### Features +- Fix symlink at zip [#348](https://github.com/motdotla/node-lambda/pull/348) diff --git a/package.json b/package.json index 0b3c2aad..70efffaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-lambda", - "version": "0.11.2", + "version": "0.11.3", "description": "Command line tool for locally running and remotely deploying your node.js applications to Amazon Lambda.", "main": "lib/main.js", "directories": { diff --git a/test/main.js b/test/main.js index b23a673d..7239c5fe 100644 --- a/test/main.js +++ b/test/main.js @@ -126,7 +126,7 @@ describe('lib/main', function () { }) it('version should be set', () => { - assert.equal(lambda.version, '0.11.2') + assert.equal(lambda.version, '0.11.3') }) describe('_codeDirectory', () => {