Skip to content

Commit

Permalink
chore(release): 1.26.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
DAZN Bot committed Aug 11, 2020
1 parent 75b4df1 commit e9a35c4
Show file tree
Hide file tree
Showing 35 changed files with 164 additions and 38 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.26.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.25.0...v1.26.0) (2020-08-11)


### Features

* typings for clients ([053c288](https://github.com/getndazn/dazn-lambda-powertools/commit/053c288a69337ad4d537dd115af79b092791e440))





# [1.25.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.24.3...v1.25.0) (2020-07-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.26.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.25.0...v1.26.0) (2020-08-11)

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





# [1.25.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.24.3...v1.25.0) (2020-07-30)

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

18 changes: 9 additions & 9 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "@dazn/lambda-powertools-demo",
"version": "1.25.0",
"version": "1.26.0",
"description": "Example serverless app to demonstrate the powertools",
"scripts": {},
"author": "Yan Cui",
"dependencies": {
"@dazn/datadog-metrics": "^1.3.1",
"@dazn/lambda-powertools-cloudwatchevents-client": "^1.24.1",
"@dazn/lambda-powertools-cloudwatchevents-client": "^1.26.0",
"@dazn/lambda-powertools-correlation-ids": "^1.24.1",
"@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-dynamodb-client": "^1.26.0",
"@dazn/lambda-powertools-eventbridge-client": "^1.26.0",
"@dazn/lambda-powertools-firehose-client": "^1.26.0",
"@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-kinesis-client": "^1.26.0",
"@dazn/lambda-powertools-lambda-client": "^1.26.0",
"@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.25.0",
"@dazn/lambda-powertools-sns-client": "^1.24.1",
"@dazn/lambda-powertools-step-functions-client": "^1.24.1",
"@dazn/lambda-powertools-sns-client": "^1.26.0",
"@dazn/lambda-powertools-step-functions-client": "^1.26.0",
"uuid": "^3.3.3"
},
"devDependencies": {
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.26.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.25.0...v1.26.0) (2020-08-11)

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





# [1.25.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.24.3...v1.25.0) (2020-07-30)

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

16 changes: 8 additions & 8 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.25.0",
"version": "1.26.0",
"description": "",
"main": "handler.js",
"scripts": {},
Expand All @@ -10,11 +10,11 @@
"license": "MIT",
"dependencies": {
"@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-dynamodb-client": "^1.26.0",
"@dazn/lambda-powertools-firehose-client": "^1.26.0",
"@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-kinesis-client": "^1.26.0",
"@dazn/lambda-powertools-lambda-client": "^1.26.0",
"@dazn/lambda-powertools-logger": "^1.24.1",
"@dazn/lambda-powertools-middleware-correlation-ids": "^1.25.0",
"@dazn/lambda-powertools-middleware-log-timeout": "^1.24.1",
Expand All @@ -23,8 +23,8 @@
"@dazn/lambda-powertools-middleware-stop-infinite-loop": "^1.24.1",
"@dazn/lambda-powertools-pattern-basic": "^1.25.0",
"@dazn/lambda-powertools-pattern-obfuscate": "^1.25.0",
"@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"
"@dazn/lambda-powertools-sns-client": "^1.26.0",
"@dazn/lambda-powertools-sqs-client": "^1.26.0",
"@dazn/lambda-powertools-step-functions-client": "^1.26.0"
}
}
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.25.0",
"version": "1.26.0",
"command": {
"version": {
"allowBranch": "master"
Expand Down
11 changes: 11 additions & 0 deletions packages/lambda-powertools-cloudwatchevents-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.26.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.25.0...v1.26.0) (2020-08-11)


### Features

* typings for clients ([053c288](https://github.com/getndazn/dazn-lambda-powertools/commit/053c288a69337ad4d537dd115af79b092791e440))





## [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-cloudwatchevents-client
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-cloudwatchevents-client",
"version": "1.24.1",
"version": "1.26.0",
"description": "CloudWatchEvents client wrapper that knows how to forward correlation IDs (captured via @dazn/lambda-powertools-correlation-ids)",
"main": "index.js",
"types": "index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/lambda-powertools-dynamodb-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.26.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.25.0...v1.26.0) (2020-08-11)


### Features

* typings for clients ([053c288](https://github.com/getndazn/dazn-lambda-powertools/commit/053c288a69337ad4d537dd115af79b092791e440))





## [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-dynamodb-client
Expand Down

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-dynamodb-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dazn/lambda-powertools-dynamodb-client",
"version": "1.24.1",
"version": "1.26.0",
"description": "Lambda client wrapper that knows how to forward correlation IDs (captured via @dazn/lambda-powertools-correlation-ids)",
"main": "index.js",
"types": "index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/lambda-powertools-eventbridge-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.26.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.25.0...v1.26.0) (2020-08-11)


### Features

* typings for clients ([053c288](https://github.com/getndazn/dazn-lambda-powertools/commit/053c288a69337ad4d537dd115af79b092791e440))





## [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-eventbridge-client
Expand Down

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-eventbridge-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dazn/lambda-powertools-eventbridge-client",
"version": "1.24.1",
"version": "1.26.0",
"description": "EventBridge client wrapper that knows how to forward correlation IDs (captured via @dazn/lambda-powertools-correlation-ids)",
"main": "index.js",
"types": "index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/lambda-powertools-firehose-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.26.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.25.0...v1.26.0) (2020-08-11)


### Features

* typings for clients ([053c288](https://github.com/getndazn/dazn-lambda-powertools/commit/053c288a69337ad4d537dd115af79b092791e440))





## [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-firehose-client
Expand Down

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-firehose-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dazn/lambda-powertools-firehose-client",
"version": "1.24.1",
"version": "1.26.0",
"description": "Firehose client wrapper that knows how to forward correlation IDs (captured via @dazn/lambda-powertools-correlation-ids)",
"main": "index.js",
"types": "index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/lambda-powertools-kinesis-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.26.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.25.0...v1.26.0) (2020-08-11)


### Features

* typings for clients ([053c288](https://github.com/getndazn/dazn-lambda-powertools/commit/053c288a69337ad4d537dd115af79b092791e440))





## [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-kinesis-client
Expand Down

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-kinesis-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dazn/lambda-powertools-kinesis-client",
"version": "1.24.1",
"version": "1.26.0",
"description": "Kinesis client wrapper that knows how to forward correlation IDs (captured via @dazn/lambda-powertools-correlation-ids)",
"main": "index.js",
"types": "index.d.ts",
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.26.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.25.0...v1.26.0) (2020-08-11)


### Features

* typings for clients ([053c288](https://github.com/getndazn/dazn-lambda-powertools/commit/053c288a69337ad4d537dd115af79b092791e440))





## [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-lambda-client
Expand Down
2 changes: 1 addition & 1 deletion packages/lambda-powertools-lambda-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-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.24.1",
"version": "1.26.0",
"description": "Lambda client wrapper that knows how to forward correlation IDs (captured via @dazn/lambda-powertools-correlation-ids)",
"main": "index.js",
"types": "index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/lambda-powertools-sns-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.26.0](https://github.com/getndazn/dazn-lambda-powertools/compare/v1.25.0...v1.26.0) (2020-08-11)


### Features

* typings for clients ([053c288](https://github.com/getndazn/dazn-lambda-powertools/commit/053c288a69337ad4d537dd115af79b092791e440))





## [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-sns-client
Expand Down
2 changes: 1 addition & 1 deletion packages/lambda-powertools-sns-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-sns-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dazn/lambda-powertools-sns-client",
"version": "1.24.1",
"version": "1.26.0",
"description": "SNS client wrapper that knows how to forward correlation IDs (captured via @dazn/lambda-powertools-correlation-ids)",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit e9a35c4

Please sign in to comment.