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

Commit

Permalink
Merge pull request #89 from ethereumjs/new-release
Browse files Browse the repository at this point in the history
New Release v3.0.2
  • Loading branch information
holgerd77 authored Sep 28, 2020
2 parents 751e252 + 34578a1 commit 6e9d0ca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
(modification: no type change headlines) and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [3.0.2] - 2020-09-28

- Fixed `TypeScript` import issue causing problems when integrating the library in a
`TypeScript` project, PR [#88](https://github.com/ethereumjs/ethereumjs-devp2p/pull/88)
- Updated `k-bucket` library to `v5`, added types from new `@types/k-bucket` package from
@tomonari-t, PR [#88](https://github.com/ethereumjs/ethereumjs-devp2p/pull/88)

[3.0.2]: https://github.com/ethereumjs/ethereumjs-devp2p/compare/v3.0.1...v3.0.2

## [3.0.1] - 2020-06-10

This release focuses on improving the [debugging](https://github.com/ethereumjs/ethereumjs-devp2p#debugging)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethereumjs-devp2p",
"version": "3.0.1",
"version": "3.0.2",
"description": "A JavaScript implementation of ÐΞVp2p",
"keywords": [
"ethereum",
Expand Down

0 comments on commit 6e9d0ca

Please sign in to comment.