Skip to content

Commit 8ff67a7

Browse files
chore(release): 3.0.1
## [3.0.1](v3.0.0...v3.0.1) (2023-01-31) ### Bug Fixes * imports ([#138](#138)) ([abe29c3](abe29c3))
1 parent abe29c3 commit 8ff67a7

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.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+
18
# [3.0.0](https://github.com/themasch/node-bencode/compare/v2.0.3...v3.0.0) (2022-11-28)
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.0",
4+
"version": "3.0.1",
55
"bugs": {
66
"url": "https://github.com/themasch/node-bencode/issues"
77
},

0 commit comments

Comments
 (0)