Skip to content

Commit 5cdbe01

Browse files
authored
Merge pull request #805 from abetomo/migration-to-aws-sdk-v3-bump-version
Bump version 2.0.0-alpha.0
2 parents 3b6ae51 + 2312361 commit 5cdbe01

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-lambda",
3-
"version": "1.3.0",
3+
"version": "2.0.0-alpha.0",
44
"description": "Command line tool for locally running and remotely deploying your node.js applications to Amazon Lambda.",
55
"main": "lib/main.js",
66
"directories": {

test/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ describe('lib/main', function () {
192192
})
193193

194194
it('version should be set', () => {
195-
assert.equal(lambda.version, '1.3.0')
195+
assert.equal(lambda.version, '2.0.0-alpha.0')
196196
})
197197

198198
describe('_codeDirectory', () => {

0 commit comments

Comments
 (0)