Skip to content

Commit

Permalink
release(version): Release 1.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.1](v1.3.0...v1.3.1) (2021-07-12)

### Bug Fixes

* fixing ethers version to 5.3.1 because it breaks this library with 5.4.1 ([71ce09b](71ce09b))
* fixing ethers version to 5.3.1 because it breaks this library with 5.4.1 ([bef444c](bef444c))
  • Loading branch information
semantic-release-bot committed Jul 12, 2021
1 parent 71ce09b commit 2d6466f
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.3.1](https://github.com/rjchow/ethers-aws-kms-signer/compare/v1.3.0...v1.3.1) (2021-07-12)


### Bug Fixes

* fixing ethers version to 5.3.1 because it breaks this library with 5.4.1 ([71ce09b](https://github.com/rjchow/ethers-aws-kms-signer/commit/71ce09bf1a7092afb06cc5c71c561130d30321e9))
* fixing ethers version to 5.3.1 because it breaks this library with 5.4.1 ([bef444c](https://github.com/rjchow/ethers-aws-kms-signer/commit/bef444c31c80db1404d0bb7f155a9f49d8d7687b))

# [1.3.0](https://github.com/rjchow/ethers-aws-kms-signer/compare/v1.2.0...v1.3.0) (2021-06-07)


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.3.0",
"version": "1.3.1",
"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 2d6466f

Please sign in to comment.