Skip to content

Commit

Permalink
chore(main): release 4.0.0 (#712)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
erezrokah authored Nov 2, 2022
1 parent 69458cc commit 1360255
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 760 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: ['16.0.0', 'lts/*']
node-version: ['16.10.0', 'lts/*']

steps:
- uses: actions/checkout@v3
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.0.0](https://github.com/erezrokah/aws-testing-library/compare/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](https://github.com/erezrokah/aws-testing-library/issues/711)) ([69458cc](https://github.com/erezrokah/aws-testing-library/commit/69458ccac76e55c3f461004de00fd799c6146697))

## [3.0.2](https://github.com/erezrokah/aws-testing-library/compare/v3.0.1...v3.0.2) (2022-10-29)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You should have your aws credentials under `~/.aws/credentials` (if you have [aw
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/).

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

## Installation

Expand Down
Loading

0 comments on commit 1360255

Please sign in to comment.