Skip to content

Commit 0356a47

Browse files
chore(release): 4.0.0
# [4.0.0](v3.1.0...v4.0.0) (2023-08-09) ### chore * force major release ([#156](#156)) ([a075f8a](a075f8a)) ### BREAKING CHANGES * update uint8-util
1 parent a075f8a commit 0356a47

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.0.0](https://github.com/webtorrent/node-bencode/compare/v3.1.0...v4.0.0) (2023-08-09)
2+
3+
4+
### chore
5+
6+
* force major release ([#156](https://github.com/webtorrent/node-bencode/issues/156)) ([a075f8a](https://github.com/webtorrent/node-bencode/commit/a075f8a02408eb4bf82350d1bfce9f0488e15e0e))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* update uint8-util
12+
113
# [3.1.0](https://github.com/webtorrent/node-bencode/compare/v3.0.3...v3.1.0) (2023-07-31)
214

315

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.1.0",
4+
"version": "4.0.0",
55
"bugs": {
66
"url": "https://github.com/webtorrent/node-bencode/issues"
77
},

0 commit comments

Comments
 (0)