We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d1193 commit 18b303aCopy full SHA for 18b303a
CHANGELOG.md
@@ -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
7
<a name="0.1.5"></a>
8
### 0.1.5 (2018-02-14)
9
10
* fix ReDoS exploit, bump deps
11
12
13
<a name="0.1.4"></a>
14
### 0.1.4 (2017-08-15)
15
package.json
@@ -1,6 +1,6 @@
{
"name": "valid-data-url",
- "version": "0.1.5",
+ "version": "0.1.6",
"description": "Detect if a string is a data URL",
"main": "index.js",
"scripts": {
0 commit comments