This repository was archived by the owner on Dec 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff 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
1120This release focuses on improving the [ debugging] ( https://github.com/ethereumjs/ethereumjs-devp2p#debugging )
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments