Skip to content

Commit

Permalink
fix: Patch release to drop a dependecy to safe-buffer (#99)
Browse files Browse the repository at this point in the history
* Patch release to drop a dependecy to safe-buffer, which is not required anymore since node v6
Thanks to @jimmywarting for this patch!

* chore(package): there was already a 2.0.1 release that somehow was not tracked in git. So this is 2.0.2

* Update CHANGELOG.md

Co-authored-by: Diego Rodríguez Baquero <github@diegorbaquero.com>
  • Loading branch information
themasch and DiegoRBaquero authored Jul 28, 2021
1 parent 2b234cf commit a661715
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.1

- fix deprecation warning on Buffer() constructor (@jhermsmeier)
- update dev depedencies (@jhermsmeier)

## 2.0.0

- Drop support for Node 0.10, 0.12., add support for Node 8 & 9 (@jhermsmeier)
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ Sean Lang <slang800@gmail.com>
Nicolas Gotchac <ngotchac@gmail.com>
Feross Aboukhadijeh <feross@feross.org>
Nazar Mokrynskyi <nazar@mokrynskyi.com>
Jimmy Wärting <jimmy@warting.se>

0 comments on commit a661715

Please sign in to comment.