Skip to content

Commit

Permalink
v3.0.1 (#129)
Browse files Browse the repository at this point in the history
This release includes dependency updates and removals.
  • Loading branch information
Gudahtt authored Feb 5, 2021
1 parent fc66710 commit 8c6112f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.0.1] - 2021-02-04
### Changed
- Update `ethereumjs-abi` ([#96](https://github.com/MetaMask/eth-sig-util/pull/96))
- Remove unused dependencies ([#117](https://github.com/MetaMask/eth-sig-util/pull/117))
Expand All @@ -29,7 +31,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Fix package metadata ([#81](https://github.com/MetaMask/eth-sig-util/pull/81)
- Switch from Node.js v8 to Node.js v10 ([#76](https://github.com/MetaMask/eth-sig-util/pull/77) and [#80](https://github.com/MetaMask/eth-sig-util/pull/80))

[Unreleased]:https://github.com/MetaMask/eth-sig-util/compare/v3.0.0...HEAD
[Unreleased]:https://github.com/MetaMask/eth-sig-util/compare/v3.0.1...HEAD
[3.0.1]:https://github.com/MetaMask/eth-sig-util/compare/v3.0.0...v3.0.1
[3.0.0]:https://github.com/MetaMask/eth-sig-util/compare/v2.5.4...v3.0.0
[2.5.4]:https://github.com/MetaMask/eth-sig-util/compare/v2.5.3...v2.5.4
[2.5.3]:https://github.com/MetaMask/eth-sig-util/compare/v2.5.2...v2.5.3
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eth-sig-util",
"version": "3.0.0",
"version": "3.0.1",
"description": "A few useful functions for signing ethereum data",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 8c6112f

Please sign in to comment.