Skip to content

Commit d33f7a4

Browse files
chore(release): 3.1.0
# [3.1.0](v3.0.3...v3.1.0) (2023-07-31) ### Features * update uint8-util ([#153](#153)) ([7941736](7941736))
1 parent 7941736 commit d33f7a4

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.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+
18
## [3.0.3](https://github.com/themasch/node-bencode/compare/v3.0.2...v3.0.3) (2023-01-31)
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.3",
4+
"version": "3.1.0",
55
"bugs": {
66
"url": "https://github.com/themasch/node-bencode/issues"
77
},

0 commit comments

Comments
 (0)