diff --git a/.changeset/honest-snails-perform.md b/.changeset/honest-snails-perform.md deleted file mode 100644 index c29f6803..00000000 --- a/.changeset/honest-snails-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/sdk": patch ---- - -Update AWSProxy integration to store the AWS IDC integration as a reference. diff --git a/.changeset/tender-bugs-tell.md b/.changeset/tender-bugs-tell.md deleted file mode 100644 index 35426059..00000000 --- a/.changeset/tender-bugs-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/sdk": minor ---- - -add expiry options for closing requests onto workflow diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ebc0b5..c4e60538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @common-fate/sdk +## 1.62.0 + +### Minor Changes + +- 7c399c1: add expiry options for closing requests onto workflow + +### Patch Changes + +- 82f9601: Update AWSProxy integration to store the AWS IDC integration as a reference. + ## 1.61.0 ### Minor Changes diff --git a/package.json b/package.json index eb98ab48..1f1886c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@common-fate/sdk", - "version": "1.61.0", + "version": "1.62.0", "description": "", "main": "index.js", "keywords": [],