Skip to content

Commit 8ff7377

Browse files
committed
tx -> release: bumped version to v3.0.1, added CHANGELOG entry
1 parent e06b66e commit 8ff7377

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/tx/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
(modification: no type change headlines) and this project adheres to
77
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
88

9+
## 3.0.1 - 2021-01-20
10+
11+
- Fixes `tx.isSigned()` always returning true - so also for unsigned transactions - due to a bug in the `Transaction` class constructor. This bug is regarded as **critical** and an update is strongly recommended. See PR [#1042](https://github.com/ethereumjs/ethereumjs-monorepo/pull/1042)
12+
913
## 3.0.0 - 2020-11-24
1014

1115
### New Package Name

packages/tx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ethereumjs/tx",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A simple module for creating, manipulating and signing Ethereum transactions",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)