Skip to content

Commit

Permalink
v2.1.9
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
nfrasser committed Jan 30, 2020
1 parent d189069 commit 9294b0f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Linkify Changelog

### v2.1.9

* Move optional dependencies to peerdependencies (#282)
* Fix `npm install` displays vulnerabilities. (#265)
* Fix typo (#275)

### v2.1.8

* Allow mentions with inner @ sign for federated mentions - thanks @juliushaertl!
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ __Jump to__
Download the [latest release](https://github.com/SoapBox/linkifyjs/releases), or install via [NPM](https://www.npmjs.com/)

```
npm install --no-optional linkifyjs
npm install linkifyjs
```

or [Yarn](https://yarnpkg.com/)

```
yarn add --ignore-optional linkifyjs
yarn add linkifyjs
```

or [Bower](http://bower.io/)
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.8",
"version": "2.1.9",
"description": "Intelligent link recognition, made easy",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9294b0f

Please sign in to comment.