Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
plumdog committed Aug 31, 2023
1 parent c0b1af1 commit 5ee3406
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@

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)

- 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)

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

> 22 June 2023
- Remove deprecated "main" from package.json [`#40`](https://github.com/isotoma/ses-smtp-credentials-cdk/pull/40)

### [2.0.0](https://github.com/isotoma/ses-smtp-credentials-cdk/compare/1.2.3...2.0.0)
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": "2.0.1",
"version": "3.0.0",
"description": "Create SMTP Credentials for use with SES",
"scripts": {
"compile": "tsc",
Expand Down

0 comments on commit 5ee3406

Please sign in to comment.