Skip to content
This repository was archived by the owner on Dec 10, 2020. It is now read-only.

Commit 6e9d0ca

Browse files
authored
Merge pull request #89 from ethereumjs/new-release
New Release v3.0.2
2 parents 751e252 + 34578a1 commit 6e9d0ca

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ 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.2] - 2020-09-28
10+
11+
- Fixed `TypeScript` import issue causing problems when integrating the library in a
12+
`TypeScript` project, PR [#88](https://github.com/ethereumjs/ethereumjs-devp2p/pull/88)
13+
- Updated `k-bucket` library to `v5`, added types from new `@types/k-bucket` package from
14+
@tomonari-t, PR [#88](https://github.com/ethereumjs/ethereumjs-devp2p/pull/88)
15+
16+
[3.0.2]: https://github.com/ethereumjs/ethereumjs-devp2p/compare/v3.0.1...v3.0.2
17+
918
## [3.0.1] - 2020-06-10
1019

1120
This release focuses on improving the [debugging](https://github.com/ethereumjs/ethereumjs-devp2p#debugging)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-devp2p",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "A JavaScript implementation of ÐΞVp2p",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)