Skip to content

Commit 5b1e1b7

Browse files
Version Packages (#141)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b165a41 commit 5b1e1b7

File tree

6 files changed

+22
-15
lines changed

6 files changed

+22
-15
lines changed

.changeset/five-coins-live.md

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

.changeset/tasty-lizards-agree.md

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

packages/hooks/CHANGELOG.md

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

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- Drop support for Node.js 18 ([#140](https://github.com/seek-oss/aws-codedeploy-hooks/pull/140))
8+
9+
This aligns with [`@seek/logger` 10](https://github.com/seek-oss/logger/releases/v10.0.0). The minimum supported version is now Node.js 20.9.0.
10+
311
## 1.2.0
412

513
### Minor 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.2.0",
3+
"version": "2.0.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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @seek/aws-codedeploy-infra
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- Drop support for Node.js 18 ([#140](https://github.com/seek-oss/aws-codedeploy-hooks/pull/140))
8+
9+
This aligns with [`@seek/logger` 10](https://github.com/seek-oss/logger/releases/v10.0.0). The minimum supported version is now Node.js 20.9.0.
10+
11+
### Patch Changes
12+
13+
- **deps:** `@seek/logger` 10 ([#140](https://github.com/seek-oss/aws-codedeploy-hooks/pull/140))
14+
315
## 2.3.0
416

517
### 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": "2.3.0",
3+
"version": "3.0.0",
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)