Skip to content

Commit

Permalink
chore(release): 2.0.2
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jul 28, 2021
1 parent a661715 commit ef0b866
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.0.2](https://github.com/themasch/node-bencode/compare/v2.0.1...v2.0.2) (2021-07-28)


### Bug Fixes

* 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))

## 2.0.1

- fix deprecation warning on Buffer() constructor (@jhermsmeier)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bencode",
"description": "Bencode de/encoder",
"version": "2.0.1",
"version": "2.0.2",
"bugs": {
"url": "https://github.com/themasch/node-bencode/issues"
},
Expand Down

0 comments on commit ef0b866

Please sign in to comment.