Skip to content

Commit 0b6c1a2

Browse files
authored
bump to 1.3.0 (#706)
1 parent 2558c27 commit 0b6c1a2

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -480,3 +480,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
480480
- Improve testing
481481
- Update dependencies
482482
- Update README
483+
484+
## [1.3.0] - 2024-01-04
485+
### Features
486+
- Support .mjs [#701](https://github.com/motdotla/node-lambda/pull/701)
487+
- Update lambda runtime list [#702](https://github.com/motdotla/node-lambda/pull/702)
488+
489+
### Minor changes
490+
- Update dependencies

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-lambda",
3-
"version": "1.2.1",
3+
"version": "1.3.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ describe('lib/main', function () {
160160
})
161161

162162
it('version should be set', () => {
163-
assert.equal(lambda.version, '1.2.1')
163+
assert.equal(lambda.version, '1.3.0')
164164
})
165165

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

0 commit comments

Comments
 (0)