Skip to content

Commit 9cd264b

Browse files
committed
CHANGED: Version bumped to 2.0.0, CHANGELOG updated.
1 parent ce97483 commit 9cd264b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## Unreleased
77

8+
## [2.0.0]
9+
10+
- BREAKING CHANGE: Dropping support for NodeJS v6, CI pipelines are running on the current LTS version (now 10.15.0) and the latest version available on the CI platform. This change enables keeping third-party dependencies up-to-date.
11+
812
## [1.0.2]
913

1014
- The `aws-sdk` dependency is updated to `^2.312.0`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-typescript",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "A sample to create AWS Lambda functions in TypeScript with Serverless.",
55
"main": "handler.js",
66
"scripts": {

0 commit comments

Comments
 (0)