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 abe29c3 commit 8ff67a7Copy full SHA for 8ff67a7
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [3.0.1](https://github.com/themasch/node-bencode/compare/v3.0.0...v3.0.1) (2023-01-31)
2
+
3
4
+### Bug Fixes
5
6
+* imports ([#138](https://github.com/themasch/node-bencode/issues/138)) ([abe29c3](https://github.com/themasch/node-bencode/commit/abe29c32ab327fafb323b05f17eda0aa9ca32478))
7
8
# [3.0.0](https://github.com/themasch/node-bencode/compare/v2.0.3...v3.0.0) (2022-11-28)
9
10
package.json
@@ -1,7 +1,7 @@
{
"name": "bencode",
"description": "Bencode de/encoder",
- "version": "3.0.0",
+ "version": "3.0.1",
"bugs": {
"url": "https://github.com/themasch/node-bencode/issues"
},
0 commit comments