Skip to content

Commit 6e4b1ed

Browse files
author
Nick Frasser
committed
v2.1.4
1 parent aa737dc commit 6e4b1ed

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
### v2.1.4
4+
5+
* Add explicit support for mailto: addresses (#186)
6+
* Add support for mentions containing dots (#185)
7+
* URL followed by ` ` now works as expected in linkify-html (#184)
8+
* Small dependency updates (#183)
9+
* Drop deprecated babel-preset-es2015-loose dependency (#172)
10+
* Web workers support (#168)
11+
312
### v2.1.3
413

514
* Links in angle brackets (#166)

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.1.3",
3+
"version": "2.1.4",
44
"description": "Intelligent link recognition, made easy",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)