Skip to content

Commit 77d37c8

Browse files
chore(release): 3.0.3
## [3.0.3](v3.0.2...v3.0.3) (2023-01-31) ### Bug Fixes * update dependency nanobench to v3 ([#130](#130)) ([f7027c4](f7027c4))
1 parent f7027c4 commit 77d37c8

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+
## [3.0.3](https://github.com/themasch/node-bencode/compare/v3.0.2...v3.0.3) (2023-01-31)
2+
3+
4+
### Bug Fixes
5+
6+
* update dependency nanobench to v3 ([#130](https://github.com/themasch/node-bencode/issues/130)) ([f7027c4](https://github.com/themasch/node-bencode/commit/f7027c46f9cf86017f388fa6d811417b13e03e8e))
7+
18
## [3.0.2](https://github.com/themasch/node-bencode/compare/v3.0.1...v3.0.2) (2023-01-31)
29

310

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": "3.0.2",
4+
"version": "3.0.3",
55
"bugs": {
66
"url": "https://github.com/themasch/node-bencode/issues"
77
},

0 commit comments

Comments
 (0)