Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed May 27, 2021
1 parent 52a3701 commit 5a2ba54
Show file tree
Hide file tree
Showing 4 changed files with 2,099 additions and 2,144 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
nodeversion: ["10", "12", "14"]
nodeversion: ["12", "14", "16"]
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v3.1.0 (2021-05-26)

* Drops support for Node 10 and pins Node 12 as the minimum version
* Bumps dependencies
* Tests against Node 16

## v3.0.0 (2021-01-31)

* Adds CLI implementation so you can retrieve addresses right on the command line
Expand Down
Loading

0 comments on commit 5a2ba54

Please sign in to comment.