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 7941736 commit d33f7a4Copy full SHA for d33f7a4
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [3.1.0](https://github.com/themasch/node-bencode/compare/v3.0.3...v3.1.0) (2023-07-31)
2
+
3
4
+### Features
5
6
+* update uint8-util ([#153](https://github.com/themasch/node-bencode/issues/153)) ([7941736](https://github.com/themasch/node-bencode/commit/79417361876a5e5b6b9b17260a5ede8042cfa3e6))
7
8
## [3.0.3](https://github.com/themasch/node-bencode/compare/v3.0.2...v3.0.3) (2023-01-31)
9
10
package.json
@@ -1,7 +1,7 @@
{
"name": "bencode",
"description": "Bencode de/encoder",
- "version": "3.0.3",
+ "version": "3.1.0",
"bugs": {
"url": "https://github.com/themasch/node-bencode/issues"
},
0 commit comments