Skip to content
This repository was archived by the owner on Jan 11, 2022. It is now read-only.

Commit e69580f

Browse files
committed
Bumped version to v2.2.4, added CHANGELOG entry
1 parent 997f69b commit e69580f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
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+
## [v2.2.4] - 2019-11-02
10+
11+
- Removed unused `Dictionary` `Input` type for `RLP.encode()` and `RLP.decode()`,
12+
PR [#74](https://github.com/ethereumjs/rlp/pull/74)
13+
- Removed unused `safe-buffer` dependency,
14+
PR [#80](https://github.com/ethereumjs/rlp/pull/80)
15+
16+
[v2.2.4]: https://github.com/ethereumjs/rlp/compare/2.2.3...v2.2.4
17+
918
## [v2.2.3] - 2019-03-19
1019

1120
- More robust `Array` type checking in `RLP.encode()` function,
@@ -14,7 +23,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
1423
values (e.g. `RLP.encode(-1)`),
1524
PR [#71](https://github.com/ethereumjs/rlp/pull/70)
1625

17-
[v2.2.3]: https://github.com/ethereumjs/rlp/compare/2.2.1...v2.2.3
26+
[v2.2.3]: https://github.com/ethereumjs/rlp/compare/2.2.2...v2.2.3
1827

1928
## [v2.2.2] - 2019-01-15
2029

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rlp",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "Recursive Length Prefix Encoding Module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)