Skip to content

Commit 2950c94

Browse files
chore(release): 1.0.0
# 1.0.0 (2021-07-28) ### Tests * **ci:** Drop Node v0.10.x & v0.12.x, add 8.x.x ([9ae02b3](9ae02b3)) ### BREAKING CHANGES * **ci:** This drops support Node v0.10.x, and v0.12.x while adding Node v8.x.x, as v9.x.x is now stable.
1 parent d3b49f2 commit 2950c94

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 1.0.0 (2021-07-28)
2+
3+
4+
### Tests
5+
6+
* **ci:** Drop Node v0.10.x & v0.12.x, add 8.x.x ([9ae02b3](https://github.com/themasch/node-bencode/commit/9ae02b37379e2b54ec08ffc08a6e0840dcf15b8f))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **ci:** This drops support Node v0.10.x, and v0.12.x
12+
while adding Node v8.x.x, as v9.x.x is now stable.
13+
114
## 2.0.0
215

316
- Drop support for Node 0.10, 0.12., add support for Node 8 & 9 (@jhermsmeier)

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

0 commit comments

Comments
 (0)