Skip to content

Commit 21f2639

Browse files
author
nfrasser
committed
v2.0.1
1 parent 75e673e commit 21f2639

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Linkify Changelog
22

3+
### v2.0.1
4+
5+
* Updated build system and development dependencies
6+
* IE8 Support
7+
* Internal API updates
8+
39
### v2.0.0
410

511
* New link-detection technique based on lexicographical analysis via two-stage scanner - essentially regexp with more flexibility.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linkifyjs",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Intelligent link recognition, made easy",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)