Skip to content

Commit

Permalink
Merge pull request #246 from lifeomic/versionBump
Browse files Browse the repository at this point in the history
Releasing new version
  • Loading branch information
David Tanner authored Jan 7, 2021
2 parents 39bb594 + d073a8f commit bba33b3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [14.0.0] - 2021-01-07
### Webpack and node version updates
- Removed async to generator for babel.
- Defaulted to version 0.12.4 localstack
- Removed old node versions from tests

## [13.0.0] - 2020-12-07
### Typescript conversions
- Updated the rest of the source files to typescript. This will break some commonJS
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifeomic/lambda-tools",
"version": "13.0.2",
"version": "14.0.0",
"description": "Common utilities for Lambda testing and development",
"main": "src/index.js",
"types": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion test/lambda/runtime-promises.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test.serial.before(async () => {

useNewContainer({
handler: 'runtime_promises.handler',
// Using Node 6.10 gives a more thorough test since this isn't normally
// Using Node 12.x gives a more thorough test since this isn't normally
// supported.
image: 'lambci/lambda:nodejs12.x',
mountpoint: BUILD_DIRECTORY
Expand Down

0 comments on commit bba33b3

Please sign in to comment.