Skip to content

Commit d5b337f

Browse files
Version Packages (#34)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 960b0aa commit d5b337f

File tree

7 files changed

+18
-17
lines changed

7 files changed

+18
-17
lines changed

.changeset/plenty-steaks-flow.md

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

.changeset/stale-zebras-pull.md

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

.changeset/warm-keys-fold.md

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

packages/hooks/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- **smokeTest.koaMiddleware:** Add function ([#33](https://github.com/seek-oss/aws-codedeploy-hooks/pull/33))
8+
9+
### Patch Changes
10+
11+
- **isHttpHook:** Support Koa `ctx.req` ([#30](https://github.com/seek-oss/aws-codedeploy-hooks/pull/30))
12+
313
## 1.0.1
414

515
### Patch Changes

packages/hooks/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-hooks",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"private": false,
55
"description": "Runtime helpers for working with AWS CodeDeploy Hooks",
66
"homepage": "https://github.com/seek-oss/aws-codedeploy-hooks/tree/main/packages/hooks#readme",

packages/infra/CHANGELOG.md

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

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- **HookStack:** Allow multiple instances ([#31](https://github.com/seek-oss/aws-codedeploy-hooks/pull/31))
8+
39
## 1.0.0
410

511
### Major 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": "1.0.0",
3+
"version": "1.0.1",
44
"private": false,
55
"license": "MIT",
66
"sideEffects": false,

0 commit comments

Comments
 (0)