Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.1.0...v2.0.0) (2022-02-22)

### Features

* migrate to CDK v2 ([c01e581](c01e581)), closes [#37](#37)

### BREAKING CHANGES

* Requires CDK v2
  • Loading branch information
semantic-release-bot committed Feb 22, 2022
1 parent 670c5e6 commit 9a43a03
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/mooyoul/aws-cdk-ses-domain-identity/compare/v1.1.0...v2.0.0) (2022-02-22)


### Features

* migrate to CDK v2 ([c01e581](https://github.com/mooyoul/aws-cdk-ses-domain-identity/commit/c01e581d2fbf0ddb58f4e90dbb67ef644d0097bc)), closes [#37](https://github.com/mooyoul/aws-cdk-ses-domain-identity/issues/37)


### BREAKING CHANGES

* Requires CDK v2

# [1.1.0](https://github.com/mooyoul/aws-cdk-ses-domain-identity/compare/v1.0.6...v1.1.0) (2022-02-22)


Expand Down
2 changes: 1 addition & 1 deletion 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": "aws-cdk-ses-domain-identity",
"version": "1.1.0",
"version": "2.0.0",
"description": "Constructs for provisioning and referencing domain identities which can be used in SES RuleSets and Actions Construct.",
"main": "dist/dns-validated-domain-identity.js",
"types": "dist/dns-validated-domain-identity.d.ts",
Expand Down

0 comments on commit 9a43a03

Please sign in to comment.