We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7027c4 commit 77d37c8Copy full SHA for 77d37c8
CHANGELOG.md
@@ -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
8
## [3.0.2](https://github.com/themasch/node-bencode/compare/v3.0.1...v3.0.2) (2023-01-31)
9
10
package.json
@@ -1,7 +1,7 @@
{
"name": "bencode",
"description": "Bencode de/encoder",
- "version": "3.0.2",
+ "version": "3.0.3",
"bugs": {
"url": "https://github.com/themasch/node-bencode/issues"
},
0 commit comments