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 #90 from ethereumjs/new-release
Browse files Browse the repository at this point in the history
New release v3.0.3
  • Loading branch information
jochem-brouwer authored Sep 29, 2020
2 parents 6e9d0ca + a2bb48d commit a4393ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ 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.3] - 2020-09-29

- Moved `TypeScript` type packages for `lru-cache` and `bl` from `devDependencies` to
`dependencies`, PR [#90](https://github.com/ethereumjs/ethereumjs-devp2p/pull/90)

[3.0.3]: https://github.com/ethereumjs/ethereumjs-devp2p/compare/v3.0.2...v3.0.3

## [3.0.2] - 2020-09-28

- Fixed `TypeScript` import issue causing problems when integrating the library in a
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethereumjs-devp2p",
"version": "3.0.2",
"version": "3.0.3",
"description": "A JavaScript implementation of ÐΞVp2p",
"keywords": [
"ethereum",
Expand Down Expand Up @@ -53,7 +53,9 @@
"test": "node_modules/tape/bin/tape -r ts-node/register ./test/index.ts"
},
"dependencies": {
"@types/bl": "^2.1.0",
"@types/k-bucket": "^5.0.0",
"@types/lru-cache": "^5.1.0",
"babel-runtime": "^6.11.6",
"bl": "^1.1.2",
"debug": "^2.2.0",
Expand All @@ -72,12 +74,10 @@
"@ethereumjs/config-tsc": "^1.1.1",
"@ethereumjs/config-tslint": "^1.1.1",
"@types/async": "^2.4.1",
"@types/bl": "^2.1.0",
"@types/chalk": "^2.2.0",
"@types/debug": "^4.1.4",
"@types/ethereumjs-tx": "^1.0.1",
"@types/ip": "^1.1.0",
"@types/lru-cache": "^5.1.0",
"@types/ms": "^0.7.30",
"@types/secp256k1": "^4.0.1",
"@types/tape": "^4.2.33",
Expand Down

0 comments on commit a4393ac

Please sign in to comment.