Skip to content

Commit 1d163f1

Browse files
committed
CHANGE: Version bumped to 3.0.0.
1 parent e0dbaa2 commit 1d163f1

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+
## [3.0.0]
9+
10+
- BREAKING CHANGE: The `mocha` dependency is updated to `^6.0.1`, also the related `nyc` and `ts-node` packages are updated to their latest version. Due to a [bug](https://github.com/mochajs/mocha/issues/3763) in mocha the `mocha.opts` files are needed to be moved to the new `yml` format.
11+
812
## [2.0.0]
913

1014
- 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.

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": "2.0.0",
3+
"version": "3.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)