Skip to content

Commit

Permalink
release(version): Release 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.0...v1.2.0) (2021-06-04)

### Features

* allow aws credentials to be provided in other ways ([a08ed1f](a08ed1f))
* allow aws credentials to be provided in other ways ([40ef566](40ef566))
  • Loading branch information
semantic-release-bot committed Jun 4, 2021
1 parent a08ed1f commit 81fe170
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.2.0](https://github.com/rjchow/ethers-aws-kms-signer/compare/v1.1.0...v1.2.0) (2021-06-04)


### Features

* allow aws credentials to be provided in other ways ([a08ed1f](https://github.com/rjchow/ethers-aws-kms-signer/commit/a08ed1f7b84b97df3bb484f3206e5e10ecd49dae))
* allow aws credentials to be provided in other ways ([40ef566](https://github.com/rjchow/ethers-aws-kms-signer/commit/40ef566f7a5099e5e8b00d7a7c1e51a62285286b))

# [1.1.0](https://github.com/rjchow/ethers-aws-kms-signer/compare/v1.0.0...v1.1.0) (2021-03-03)


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": "ethers-aws-kms-signer",
"version": "1.1.0",
"version": "1.2.0",
"description": "An Ethers.js compatible signer that connects to AWS KMS",
"license": "MIT",
"repository": "rjchow/ethers-aws-kms-signer",
Expand Down

0 comments on commit 81fe170

Please sign in to comment.