From 456ca47d1ce5caeecae1da0f0e46316994192441 Mon Sep 17 00:00:00 2001 From: holgerd77 Date: Tue, 15 Jan 2019 09:54:26 +0100 Subject: [PATCH] Bumped version to v2.2.2, added CHANGELOG entry --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f171f44b08..25374fdc1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ 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). +## [v2.2.2] - 2019-01-15 + +- Added `bn.js` dependency to fix module resolution bug when require the module after + clean install, PR [#64](https://github.com/ethereumjs/rlp/pull/64) +- Use local version of official tests, fixed testing issue, PR [#66](https://github.com/ethereumjs/rlp/pull/66) + +[v2.2.2]: https://github.com/ethereumjs/rlp/compare/2.2.1...v2.2.2 + ## [v2.2.1] - 2018-12-20 - Fixed a bug introduced in `v2.2.0` causing the CLI `bin/rlp` command not to diff --git a/package.json b/package.json index 762f1ad3d1..85ffebd6d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rlp", - "version": "2.2.1", + "version": "2.2.2", "description": "Recursive Length Prefix Encoding Module", "main": "./dist/index.js", "types": "./dist/index.d.ts",