Skip to content

Commit 918bb46

Browse files
v0.2.0-beta.0
1 parent 2909d6f commit 918bb46

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0-beta.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.1.1-beta.0...v0.2.0-beta.0) (2021-12-17)
7+
8+
9+
### Features
10+
11+
* **tracer:** middy middleware ([#324](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/324)) ([2909d6f](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/2909d6f9b9bf1a570f950e17f0d49acbe63653ee))
12+
13+
14+
15+
16+
617
# [0.1.0-beta.9](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.1.0-beta.8...v0.1.0-beta.9) (2021-12-15)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.1.1-beta.0",
5+
"version": "0.2.0-beta.0",
66
"npmClient": "npm"
77
}

packages/tracing/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0-beta.0](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.1.1-beta.0...v0.2.0-beta.0) (2021-12-17)
7+
8+
9+
### Features
10+
11+
* **tracer:** middy middleware ([#324](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/324)) ([2909d6f](https://github.com/awslabs/aws-lambda-powertools-typescript/commit/2909d6f9b9bf1a570f950e17f0d49acbe63653ee))
12+
13+
14+
15+
16+
617
# [0.1.0-beta.9](https://github.com/awslabs/aws-lambda-powertools-typescript/compare/v0.1.0-beta.8...v0.1.0-beta.9) (2021-12-15)
718

819

packages/tracing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-lambda-powertools/tracer",
3-
"version": "0.1.1-beta.0",
3+
"version": "0.2.0-beta.0",
44
"description": "The tracer package for the AWS Lambda powertools (TypeScript) library",
55
"author": {
66
"name": "Amazon Web Services",
@@ -54,8 +54,8 @@
5454
"url": "https://github.com/awslabs/aws-lambda-powertools-typescript/issues"
5555
},
5656
"dependencies": {
57-
"@middy/core": "^2.5.3",
5857
"@aws-lambda-powertools/commons": "^0.0.2",
58+
"@middy/core": "^2.5.3",
5959
"aws-xray-sdk-core": "^3.3.3"
6060
}
6161
}

0 commit comments

Comments
 (0)