Skip to content

Commit 9294b0f

Browse files
author
Nick Frasser
committed
v2.1.9
[ci skip]
1 parent d189069 commit 9294b0f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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.1.9
4+
5+
* Move optional dependencies to peerdependencies (#282)
6+
* Fix `npm install` displays vulnerabilities. (#265)
7+
* Fix typo (#275)
8+
39
### v2.1.8
410

511
* Allow mentions with inner @ sign for federated mentions - thanks @juliushaertl!

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ __Jump to__
4747
Download the [latest release](https://github.com/SoapBox/linkifyjs/releases), or install via [NPM](https://www.npmjs.com/)
4848

4949
```
50-
npm install --no-optional linkifyjs
50+
npm install linkifyjs
5151
```
5252

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

5555
```
56-
yarn add --ignore-optional linkifyjs
56+
yarn add linkifyjs
5757
```
5858

5959
or [Bower](http://bower.io/)

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

0 commit comments

Comments
 (0)