Skip to content

Commit 18b303a

Browse files
committed
release 0.1.6
1 parent e6d1193 commit 18b303a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1+
<a name="0.1.6"></a>
2+
### 0.1.6 (2018-03-09)
3+
4+
* fix issue related with support multiple mediatype's parameters
5+
6+
17
<a name="0.1.5"></a>
28
### 0.1.5 (2018-02-14)
39

410
* fix ReDoS exploit, bump deps
511

12+
613
<a name="0.1.4"></a>
714
### 0.1.4 (2017-08-15)
815

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "valid-data-url",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Detect if a string is a data URL",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)