Skip to content

Commit

Permalink
v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DAZN Bot committed Feb 8, 2020
1 parent 8c95dad commit d8faaa7
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.20.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.19.0...v1.20.0) (2020-02-08)


### Features

* **serverless-offline:** Added support for offline development ([f73b7e5](https://github.com/getndazn/dazn-lambda-powertools/commit/f73b7e5))





# [1.19.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.18.1...v1.19.0) (2020-01-30)


Expand Down
8 changes: 8 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.20.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.19.0...v1.20.0) (2020-02-08)

**Note:** Version bump only for package @dazn/lambda-powertools-demo





# [1.19.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.18.1...v1.19.0) (2020-01-30)

**Note:** Version bump only for package @dazn/lambda-powertools-demo
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dazn/lambda-powertools-demo",
"version": "1.19.0",
"version": "1.20.0",
"description": "Example serverless app to demonstrate the powertools",
"scripts": {},
"author": "Yan Cui",
Expand All @@ -13,7 +13,7 @@
"@dazn/lambda-powertools-firehose-client": "^1.8.0",
"@dazn/lambda-powertools-http-client": "^1.8.2",
"@dazn/lambda-powertools-kinesis-client": "^1.9.0",
"@dazn/lambda-powertools-lambda-client": "^1.9.0",
"@dazn/lambda-powertools-lambda-client": "^1.20.0",
"@dazn/lambda-powertools-logger": "^1.9.0",
"@dazn/lambda-powertools-middleware-correlation-ids": "1.8.3",
"@dazn/lambda-powertools-middleware-sample-logging": "^1.19.0",
Expand Down
8 changes: 8 additions & 0 deletions layer/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.20.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.19.0...v1.20.0) (2020-02-08)

**Note:** Version bump only for package dazn-lambda-powertools-layer





# [1.19.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.18.1...v1.19.0) (2020-01-30)

**Note:** Version bump only for package dazn-lambda-powertools-layer
Expand Down
4 changes: 2 additions & 2 deletions layer/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dazn-lambda-powertools-layer",
"private": true,
"version": "1.19.0",
"version": "1.20.0",
"description": "",
"main": "handler.js",
"scripts": {},
Expand All @@ -14,7 +14,7 @@
"@dazn/lambda-powertools-firehose-client": "^1.15.2",
"@dazn/lambda-powertools-http-client": "^1.17.0",
"@dazn/lambda-powertools-kinesis-client": "^1.15.2",
"@dazn/lambda-powertools-lambda-client": "^1.15.2",
"@dazn/lambda-powertools-lambda-client": "^1.20.0",
"@dazn/lambda-powertools-logger": "^1.15.2",
"@dazn/lambda-powertools-middleware-correlation-ids": "^1.18.0",
"@dazn/lambda-powertools-middleware-log-timeout": "^1.15.2",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"layer/*",
"packages/*"
],
"version": "1.19.0",
"version": "1.20.0",
"command": {
"version": {
"allowBranch": "master"
Expand Down
11 changes: 11 additions & 0 deletions packages/lambda-powertools-lambda-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.20.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.19.0...v1.20.0) (2020-02-08)


### Features

* **serverless-offline:** Added support for offline development ([f73b7e5](https://github.com/getndazn/dazn-lambda-powertools/commit/f73b7e5))





## [1.15.2](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.15.1...v1.15.2) (2019-11-14)

**Note:** Version bump only for package @dazn/lambda-powertools-lambda-client
Expand Down
2 changes: 1 addition & 1 deletion packages/lambda-powertools-lambda-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dazn/lambda-powertools-lambda-client",
"version": "1.15.2",
"version": "1.20.0",
"description": "Lambda client wrapper that knows how to forward correlation IDs (captured via @dazn/lambda-powertools-correlation-ids)",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d8faaa7

Please sign in to comment.