Skip to content

Commit d61f828

Browse files
committed
update changelog, travis, and engines versions
1 parent 533ed12 commit d61f828

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: node_js
22

33
node_js:
4-
- 11
4+
- node
5+
- 12
56
- 10
6-
- 8
77

88
os:
99
- linux

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# changes log
22

3+
## 7.0.0
4+
5+
* Refactor module into separate files for better tree-shaking
6+
* Drop support for very old node versions, use const/let, `=>` functions,
7+
and classes.
8+
39
## 6.3.0
410

511
* Expose the token enum on the exports

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@
3030
"tap": {
3131
"check-coverage": true,
3232
"coverage-map": "map.js"
33+
},
34+
"engines": {
35+
"node": ">=10"
3336
}
3437
}

0 commit comments

Comments
 (0)