Skip to content

Commit ef0b866

Browse files
chore(release): 2.0.2
## [2.0.2](v2.0.1...v2.0.2) (2021-07-28) ### Bug Fixes * Patch release to drop a dependecy to safe-buffer ([#99](#99)) ([a661715](a661715))
1 parent a661715 commit ef0b866

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.2](https://github.com/themasch/node-bencode/compare/v2.0.1...v2.0.2) (2021-07-28)
2+
3+
4+
### Bug Fixes
5+
6+
* Patch release to drop a dependecy to safe-buffer ([#99](https://github.com/themasch/node-bencode/issues/99)) ([a661715](https://github.com/themasch/node-bencode/commit/a6617150c53c3c00d0cd12c685c5f2ee47db30c0))
7+
18
## 2.0.1
29

310
- fix deprecation warning on Buffer() constructor (@jhermsmeier)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bencode",
33
"description": "Bencode de/encoder",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"bugs": {
66
"url": "https://github.com/themasch/node-bencode/issues"
77
},

0 commit comments

Comments
 (0)