Skip to content

Commit 1360255

Browse files
authored
chore(main): release 4.0.0 (#712)
🤖 I have created a release *beep* *boop* --- ## [4.0.0](v3.0.2...v4.0.0) (2022-10-30) ### ⚠ BREAKING CHANGES * require Node.js 16.10.0 as 12,14 are EOF/Nearing EOF. This is a first step in moving to a pure ESM package. If you're already running on Node.js >= 16.10.0 this shouldn't be breaking for you, as the library is still compiled to commonJS ### Miscellaneous Chores * require Node.js 16 ([#711](#711)) ([69458cc](69458cc)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 69458cc commit 1360255

File tree

5 files changed

+18
-760
lines changed

5 files changed

+18
-760
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [macos-latest, ubuntu-latest, windows-latest]
18-
node-version: ['16.0.0', 'lts/*']
18+
node-version: ['16.10.0', 'lts/*']
1919

2020
steps:
2121
- uses: actions/checkout@v3

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/erezrokah/aws-testing-library/compare/v3.0.2...v4.0.0) (2022-10-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* require Node.js 16.10.0 as 12,14 are EOF/Nearing EOF. This is a first step in moving to a pure ESM package. If you're already running on Node.js >= 16.10.0 this shouldn't be breaking for you, as the library is still compiled to commonJS
9+
10+
### Miscellaneous Chores
11+
12+
* require Node.js 16 ([#711](https://github.com/erezrokah/aws-testing-library/issues/711)) ([69458cc](https://github.com/erezrokah/aws-testing-library/commit/69458ccac76e55c3f461004de00fd799c6146697))
13+
314
## [3.0.2](https://github.com/erezrokah/aws-testing-library/compare/v3.0.1...v3.0.2) (2022-10-29)
415

516

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You should have your aws credentials under `~/.aws/credentials` (if you have [aw
1414
1515
If you plan to use the [deploy](src/utils/README.md#deploy) utility function please install and configure [serverless](https://serverless.com/framework/docs/getting-started/).
1616

17-
[node](https://nodejs.org/en/) >= 8 (for `async/await` support).
17+
[node](https://nodejs.org/en/) >= 16.10.0.
1818

1919
## Installation
2020

0 commit comments

Comments
 (0)