We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1c79c commit 6f02282Copy full SHA for 6f02282
CHANGELOG.md
@@ -1,7 +1,15 @@
1
# CHANGELOG
2
3
+<a name="6.0.0"></a>
4
+### 6.0.0 (2023-08-08)
5
+
6
+* chore: drops support for Node less than 14.
7
+* chore: bump deps
8
+* build: use GitHub Actions
9
10
11
<a name="5.0.0"></a>
-### 5.0.5 (2022-12-31)
12
+### 5.0.0 (2022-12-31)
13
14
* BREAKING: `toBuffer()` returns decoded data now if it was encoded
15
package.json
@@ -1,6 +1,6 @@
{
"name": "parse-data-url",
- "version": "5.0.0",
+ "version": "6.0.0",
"description": "Parse data URL string",
"author": {
"name": "Alexey Kucherenko",
0 commit comments