Skip to content

Commit

Permalink
Publish v1.0.0-alpha.23
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools authored and srchase committed Jun 16, 2023
1 parent b629dcc commit c93d9aa
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
47 changes: 47 additions & 0 deletions packages/smithy-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,53 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0-alpha.7 (2020-02-14)


### Features

* extended URI encoding ([#915](https://github.com/aws/aws-sdk-js-v3/issues/915)) ([983027f](https://github.com/aws/aws-sdk-js-v3/commit/983027f))



# 1.0.0-alpha.22 (2020-02-11)


### Features

* add LazyJsonString class ([#899](https://github.com/aws/aws-sdk-js-v3/issues/899)) ([d78e5be](https://github.com/aws/aws-sdk-js-v3/commit/d78e5be))



# 1.0.0-alpha.16 (2020-02-04)



# 1.0.0-alpha.13 (2020-01-24)



# 1.0.0-alpha.12 (2020-01-22)



# 0.9.0 (2020-01-09)


### Features

* add a middleware inserting right host header ([#567](https://github.com/aws/aws-sdk-js-v3/issues/567)) ([82649ae](https://github.com/aws/aws-sdk-js-v3/commit/82649ae))
* add apiVersion to Smithy client config ([#490](https://github.com/aws/aws-sdk-js-v3/issues/490)) ([67601f8](https://github.com/aws/aws-sdk-js-v3/commit/67601f8))
* add SmithyException, isa and DocumentType to smithy-client ([#546](https://github.com/aws/aws-sdk-js-v3/issues/546)) ([45e8d60](https://github.com/aws/aws-sdk-js-v3/commit/45e8d60))
* make generic types optional ([#461](https://github.com/aws/aws-sdk-js-v3/issues/461)) ([4642039](https://github.com/aws/aws-sdk-js-v3/commit/4642039))
* remove protocol rest json class ([#438](https://github.com/aws/aws-sdk-js-v3/issues/438)) ([7ec275a](https://github.com/aws/aws-sdk-js-v3/commit/7ec275a))
* standardize plugins ([#422](https://github.com/aws/aws-sdk-js-v3/issues/422)) ([09112e5](https://github.com/aws/aws-sdk-js-v3/commit/09112e5))
* update runtime plugin interface ([#400](https://github.com/aws/aws-sdk-js-v3/issues/400)) ([d75c620](https://github.com/aws/aws-sdk-js-v3/commit/d75c620))





# 1.0.0-alpha.6 (2020-02-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/smithy-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws-sdk/smithy-client",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"scripts": {
"prepublishOnly": "tsc",
"pretest": "tsc -p tsconfig.test.json",
Expand Down

0 comments on commit c93d9aa

Please sign in to comment.