Skip to content

Commit d2e9bdd

Browse files
committed
include date of last release
1 parent f5e0645 commit d2e9bdd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
Version 9 has reached end-of-support and will receive no future updates.
1515
It may include unpatched security vulnerabiites. Please upgrade to version 10.
1616

17+
*The last release was 9.18.4 on November 18, 2020.*
18+
1719
Please see [VERSION_10_UPGRADE.md](https://github.com/highlightjs/highlight.js/blob/master/VERSION_10_UPGRADE.md) and perhaps [SECURITY.md](https://github.com/highlightjs/highlight.js/blob/master/SECURITY.md).
1820

1921
---

tools/build.js

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ let commander = require('commander');
6464
let path = require('path');
6565
let Queue = require('gear').Queue;
6666
let registry = require('./tasks');
67-
let fs = require('fs');
6867

6968
let build, dir = {};
7069

0 commit comments

Comments
 (0)