Skip to content

Commit

Permalink
chore(release): 1.24.3 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
DAZN Bot committed Jul 24, 2020
1 parent fa8f591 commit b31d311
Show file tree
Hide file tree
Showing 23 changed files with 89 additions and 25 deletions.
8 changes: 8 additions & 0 deletions 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.24.3](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.24.2...v1.24.3) (2020-07-24)

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





## [1.24.2](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.24.1...v1.24.2) (2020-07-23)

**Note:** Version bump only for package @dazn/lambda-powertools
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.24.3](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.24.2...v1.24.3) (2020-07-24)

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





## [1.24.2](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.24.1...v1.24.2) (2020-07-23)

**Note:** Version bump only for package @dazn/lambda-powertools-demo
Expand Down
2 changes: 1 addition & 1 deletion example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 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.24.2",
"version": "1.24.3",
"description": "Example serverless app to demonstrate the powertools",
"scripts": {},
"author": "Yan Cui",
Expand All @@ -11,13 +11,13 @@
"@dazn/lambda-powertools-dynamodb-client": "^1.24.1",
"@dazn/lambda-powertools-eventbridge-client": "^1.24.1",
"@dazn/lambda-powertools-firehose-client": "^1.24.1",
"@dazn/lambda-powertools-http-client": "^1.24.1",
"@dazn/lambda-powertools-http-client": "^1.24.3",
"@dazn/lambda-powertools-kinesis-client": "^1.24.1",
"@dazn/lambda-powertools-lambda-client": "^1.24.1",
"@dazn/lambda-powertools-logger": "^1.24.1",
"@dazn/lambda-powertools-middleware-correlation-ids": "1.8.3",
"@dazn/lambda-powertools-middleware-sample-logging": "^1.24.1",
"@dazn/lambda-powertools-pattern-basic": "^1.24.2",
"@dazn/lambda-powertools-pattern-basic": "^1.24.3",
"@dazn/lambda-powertools-sns-client": "^1.24.1",
"@dazn/lambda-powertools-step-functions-client": "^1.24.1",
"uuid": "^3.3.3"
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.24.3](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.24.2...v1.24.3) (2020-07-24)

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





## [1.24.2](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.24.1...v1.24.2) (2020-07-23)

**Note:** Version bump only for package dazn-lambda-powertools-layer
Expand Down
2 changes: 1 addition & 1 deletion layer/nodejs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 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.24.2",
"version": "1.24.3",
"description": "",
"main": "handler.js",
"scripts": {},
Expand All @@ -12,17 +12,17 @@
"@dazn/lambda-powertools-correlation-ids": "^1.24.1",
"@dazn/lambda-powertools-dynamodb-client": "^1.24.1",
"@dazn/lambda-powertools-firehose-client": "^1.24.1",
"@dazn/lambda-powertools-http-client": "^1.24.1",
"@dazn/lambda-powertools-http-client": "^1.24.3",
"@dazn/lambda-powertools-kinesis-client": "^1.24.1",
"@dazn/lambda-powertools-lambda-client": "^1.24.1",
"@dazn/lambda-powertools-logger": "^1.24.1",
"@dazn/lambda-powertools-middleware-correlation-ids": "^1.24.2",
"@dazn/lambda-powertools-middleware-correlation-ids": "^1.24.3",
"@dazn/lambda-powertools-middleware-log-timeout": "^1.24.1",
"@dazn/lambda-powertools-middleware-obfuscater": "^1.24.1",
"@dazn/lambda-powertools-middleware-obfuscater": "^1.24.3",
"@dazn/lambda-powertools-middleware-sample-logging": "^1.24.1",
"@dazn/lambda-powertools-middleware-stop-infinite-loop": "^1.24.1",
"@dazn/lambda-powertools-pattern-basic": "^1.24.2",
"@dazn/lambda-powertools-pattern-obfuscate": "^1.24.2",
"@dazn/lambda-powertools-pattern-basic": "^1.24.3",
"@dazn/lambda-powertools-pattern-obfuscate": "^1.24.3",
"@dazn/lambda-powertools-sns-client": "^1.24.1",
"@dazn/lambda-powertools-sqs-client": "^1.24.1",
"@dazn/lambda-powertools-step-functions-client": "^1.24.1"
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.24.2",
"version": "1.24.3",
"command": {
"version": {
"allowBranch": "master"
Expand Down
8 changes: 8 additions & 0 deletions packages/lambda-powertools-http-client/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.24.3](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.24.2...v1.24.3) (2020-07-24)

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





## [1.24.1](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.24.0...v1.24.1) (2020-06-03)

**Note:** Version bump only for package @dazn/lambda-powertools-http-client
Expand Down
2 changes: 1 addition & 1 deletion packages/lambda-powertools-http-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/lambda-powertools-http-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dazn/lambda-powertools-http-client",
"version": "1.24.1",
"version": "1.24.3",
"description": "HTTP client that supports forwarding correlation IDs (captured via @dazn/lambda-powertools-correlation-ids) and auto-records metrics",
"main": "index.js",
"license": "MIT",
Expand Down
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.24.3](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.24.2...v1.24.3) (2020-07-24)

**Note:** Version bump only for package @dazn/lambda-powertools-middleware-correlation-ids





## [1.24.2](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.24.1...v1.24.2) (2020-07-23)

**Note:** Version bump only for package @dazn/lambda-powertools-middleware-correlation-ids
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dazn/lambda-powertools-middleware-correlation-ids",
"version": "1.24.2",
"version": "1.24.3",
"description": "Middy middleware for capturing correlation IDs from inbound event",
"main": "index.js",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/lambda-powertools-middleware-obfuscater/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.24.3](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.24.2...v1.24.3) (2020-07-24)

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





## [1.24.1](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.24.0...v1.24.1) (2020-06-03)

**Note:** Version bump only for package @dazn/lambda-powertools-middleware-obfuscater
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dazn/lambda-powertools-middleware-obfuscater",
"version": "1.24.1",
"version": "1.24.3",
"description": "Middy middleware to obfuscate the event for logging",
"main": "index.js",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/lambda-powertools-pattern-basic/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.24.3](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.24.2...v1.24.3) (2020-07-24)

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





## [1.24.2](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.24.1...v1.24.2) (2020-07-23)

**Note:** Version bump only for package @dazn/lambda-powertools-pattern-basic
Expand Down
2 changes: 1 addition & 1 deletion packages/lambda-powertools-pattern-basic/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/lambda-powertools-pattern-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@dazn/lambda-powertools-pattern-basic",
"version": "1.24.2",
"version": "1.24.3",
"description": "Basic template that configures a 1% smaple rate for debug logs",
"main": "index.js",
"license": "MIT",
"author": "Yan Cui",
"dependencies": {
"@dazn/lambda-powertools-middleware-correlation-ids": "^1.24.2",
"@dazn/lambda-powertools-middleware-correlation-ids": "^1.24.3",
"@dazn/lambda-powertools-middleware-log-timeout": "^1.24.1",
"@dazn/lambda-powertools-middleware-sample-logging": "^1.24.1",
"@middy/core": "^1.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/lambda-powertools-pattern-obfuscate/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.24.3](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.24.2...v1.24.3) (2020-07-24)

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





## [1.24.2](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.24.1...v1.24.2) (2020-07-23)

**Note:** Version bump only for package @dazn/lambda-powertools-pattern-obfuscate
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/lambda-powertools-pattern-obfuscate/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@dazn/lambda-powertools-pattern-obfuscate",
"version": "1.24.2",
"version": "1.24.3",
"description": "Basic template that configures a 1% smaple rate for debug logs and obfuscation",
"main": "index.js",
"scripts": {},
"license": "MIT",
"author": "Yan Cui",
"dependencies": {
"@dazn/lambda-powertools-middleware-correlation-ids": "^1.24.2",
"@dazn/lambda-powertools-middleware-correlation-ids": "^1.24.3",
"@dazn/lambda-powertools-middleware-log-timeout": "^1.24.1",
"@dazn/lambda-powertools-middleware-obfuscater": "^1.24.1",
"@dazn/lambda-powertools-middleware-obfuscater": "^1.24.3",
"@dazn/lambda-powertools-middleware-sample-logging": "^1.24.1",
"@middy/core": "^1.0.0"
},
Expand Down

0 comments on commit b31d311

Please sign in to comment.