Skip to content

Commit dc1534e

Browse files
authored
Merge pull request #15 from heldinz/update-deps
Update dependencies, update Node support, fix broken links, add changelog
2 parents 6856d8c + b992c34 commit dc1534e

File tree

5 files changed

+781
-1060
lines changed

5 files changed

+781
-1060
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
node_js:
3-
- '10'
3+
- '14'
44
after_script:
55
- npm run coveralls

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Version History
2+
3+
## Release 3.0.0
4+
5+
- Change Coveralls to 3.1.1
6+
- Change Mocha to 10.1.0
7+
- Change nyc to 15.1.0
8+
- Change Node engine from >=10 to >= 14 (breaking change due to Mocha upgrade)
9+
- Fix broken links in README
10+
- Add changelog

0 commit comments

Comments
 (0)