Skip to content

Commit

Permalink
2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Frasser committed Mar 3, 2018
1 parent ab2dfc9 commit e959ed2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Linkify Changelog

### v2.1.6

* Fix a bug where unique element IDs aren't unique (#215)
* Update tlds.js (#213)
* Automated browser test fixes (#224)
* Add partialProtocolMailtoStates to domainStates (#210)
* Use Object.defineProperty to extend String prototype so that 'linkify' function is not enumerable (#197)
* Allow null overrides in options for target and className (#189)

### v2.1.5

* React plugin compatibility updates
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkifyjs",
"version": "2.1.5",
"version": "2.1.6",
"description": "Intelligent link recognition, made easy",
"repository": {
"type": "git",
Expand Down

0 comments on commit e959ed2

Please sign in to comment.