From 8c6112f1dc831ba4ced675b5229274242328abe1 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Thu, 4 Feb 2021 23:19:44 -0330 Subject: [PATCH] v3.0.1 (#129) This release includes dependency updates and removals. --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 929e0cf6..b7f1d4d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) @@ -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 diff --git a/package.json b/package.json index 1f3c0cfd..d88250e9 100644 --- a/package.json +++ b/package.json @@ -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": [