Skip to content

Commit e17b43d

Browse files
Version Packages
1 parent 677d547 commit e17b43d

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

.changeset/green-moles-decide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/late-suits-add.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"entryPoint": "packages/hooks/src/index.ts",
3131
"template": "oss-npm-package",
3232
"type": "package",
33-
"version": "12.1.1"
33+
"version": "12.2.0"
3434
}
3535
}

packages/infra/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @seek/aws-codedeploy-infra
22

3+
## 3.1.1
4+
5+
### Patch Changes
6+
7+
- **deps:** @seek/logger ^11.0.0 ([#158](https://github.com/seek-oss/aws-codedeploy-hooks/pull/158))
8+
9+
- Include `ddsource` in hook logs ([#166](https://github.com/seek-oss/aws-codedeploy-hooks/pull/166))
10+
311
## 3.1.0
412

513
### Minor Changes

packages/infra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seek/aws-codedeploy-infra",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"private": false,
55
"description": "AWS CDK infrastructure for AWS CodeDeploy Hooks",
66
"homepage": "https://github.com/seek-oss/aws-codedeploy-hooks/tree/main/packages/infra#readme",

0 commit comments

Comments
 (0)