Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plumdog committed Aug 31, 2023
1 parent 746d1a3 commit 65fff92
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [3.0.0](https://github.com/isotoma/ses-smtp-credentials-cdk/compare/2.0.1...3.0.0)
#### [3.1.0](https://github.com/isotoma/ses-smtp-credentials-cdk/compare/3.0.0...3.1.0)

- Use Node 16 for the Lambda runtime [`#45`](https://github.com/isotoma/ses-smtp-credentials-cdk/pull/45)

### [3.0.0](https://github.com/isotoma/ses-smtp-credentials-cdk/compare/2.0.1...3.0.0)

> 31 August 2023
- Remove CDK v1 support [`#44`](https://github.com/isotoma/ses-smtp-credentials-cdk/pull/44)
- Remove vestigial tsconfig.json from provider/ [`#43`](https://github.com/isotoma/ses-smtp-credentials-cdk/pull/43)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ses-smtp-credentials-cdk",
"version": "3.0.0",
"version": "3.1.0",
"description": "Create SMTP Credentials for use with SES",
"scripts": {
"compile": "tsc",
Expand Down

0 comments on commit 65fff92

Please sign in to comment.