Skip to content

Commit c69633c

Browse files
authored
Merge pull request #87 from amplify-education/feature/AT-12784-release-6.0.0
AT-12784: Release 6.0.0
2 parents d6050f6 + 8714d3c commit c69633c

File tree

11 files changed

+3086
-7408
lines changed

11 files changed

+3086
-7408
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install and test
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: 16.x
17+
node-version: 18.x
1818
registry-url: 'https://registry.npmjs.org'
1919

2020
- run: npm install

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [ 14.x, 16.x, 18.x, 20.x ]
13+
node-version: [ 16.x, 18.x, 20.x, 22.x ]
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [6.0.0] - 2024-11-25
9+
10+
### Changed
11+
12+
- Dropped Node14.x support
13+
- Updated packages
14+
815
## [5.0.2] - 2024-01-19
916

1017
### Fixed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ To run integration tests, set an environment variable TEST\_VPC\_NAME to the VPC
185185
```
186186
export AWS_PROFILE=your_profile
187187
export TEST_VPC_NAME=vpc_name
188-
npm run build
189-
npm run integration-test
188+
npx npm run build
189+
npx npm run integration-test
190190
```
191191

192192
If there is an error build and install the node\_module inside the serverless-vpc-discovery folder:

dependabot.yml

-6
This file was deleted.

0 commit comments

Comments
 (0)