Skip to content

Commit d3d079e

Browse files
committed
remove newline in changelog
1 parent f6656b9 commit d3d079e

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

packages/aws-sdk-signers/.changes/0.1.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
{
88
"type": "enhancement",
9-
"description": "Update the async signer to use the special payload hash\nfor event stream operations."
9+
"description": "Update the async signer to use the special payload hash for event stream operations."
1010
},
1111
{
1212
"type": "enhancement",

packages/aws-sdk-signers/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
* Changed the `signing_properties` and `http_request` args to `properties` and `request` for the `sign` methods in `SigV4Signer` and `AsyncSigV4Signer`.
77

88
### Enhancements
9-
* Update the async signer to use the special payload hash
10-
for event stream operations.
9+
* Update the async signer to use the special payload hash for event stream operations.
1110
* Check seekable in aws signers
1211

1312
## v0.0.3

0 commit comments

Comments
 (0)