Skip to content

Commit

Permalink
release(version): Release 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2021-03-03)

### Features

* fixed exported ts declaration path ([69d29b6](69d29b6))
* force release ([01b44a4](01b44a4))
  • Loading branch information
semantic-release-bot committed Mar 3, 2021
1 parent 01b44a4 commit 8f6f650
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.1.0](https://github.com/rjchow/ethers-aws-kms-signer/compare/v1.0.0...v1.1.0) (2021-03-03)


### Features

* fixed exported ts declaration path ([69d29b6](https://github.com/rjchow/ethers-aws-kms-signer/commit/69d29b66a99f9bc1c14157a3fd5b63cc420e84a2))
* force release ([01b44a4](https://github.com/rjchow/ethers-aws-kms-signer/commit/01b44a408e3dd77708717419c681ad1230bfb3f2))

# 1.0.0 (2021-02-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.0.0",
"version": "1.1.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 8f6f650

Please sign in to comment.