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 f63c09a commit dfe560aCopy full SHA for dfe560a
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [3.0.2](https://github.com/themasch/node-bencode/compare/v3.0.1...v3.0.2) (2023-01-31)
2
+
3
4
+### Bug Fixes
5
6
+* package.json for exporting lib ([#140](https://github.com/themasch/node-bencode/issues/140)) ([f63c09a](https://github.com/themasch/node-bencode/commit/f63c09a8a525e67b00cc0e7619eb84bd159855b2))
7
8
## [3.0.1](https://github.com/themasch/node-bencode/compare/v3.0.0...v3.0.1) (2023-01-31)
9
10
package.json
@@ -1,7 +1,7 @@
{
"name": "bencode",
"description": "Bencode de/encoder",
- "version": "3.0.1",
+ "version": "3.0.2",
"bugs": {
"url": "https://github.com/themasch/node-bencode/issues"
},
0 commit comments