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 b111818 commit ea5efa3Copy full SHA for ea5efa3
2 files changed
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+# [3.0.0](https://github.com/themasch/node-bencode/compare/v2.0.3...v3.0.0) (2022-11-28)
2
+
3
4
+### Features
5
6
+* esm ([#131](https://github.com/themasch/node-bencode/issues/131)) ([b111818](https://github.com/themasch/node-bencode/commit/b111818695c8e85e1268fa771fc49c7c6687167f))
7
8
9
+### BREAKING CHANGES
10
11
+* ESM only
12
13
## [2.0.3](https://github.com/themasch/node-bencode/compare/v2.0.2...v2.0.3) (2022-05-13)
14
15
## [2.0.2](https://github.com/themasch/node-bencode/compare/v2.0.1...v2.0.2) (2021-07-28)
package.json
@@ -1,7 +1,7 @@
{
"name": "bencode",
"description": "Bencode de/encoder",
- "version": "2.0.3",
+ "version": "3.0.0",
"bugs": {
"url": "https://github.com/themasch/node-bencode/issues"
},
0 commit comments