Skip to content

Commit 6f02282

Browse files
committed
chore: release 6.0.0
1 parent ed1c79c commit 6f02282

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# CHANGELOG
22

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+
311
<a name="5.0.0"></a>
4-
### 5.0.5 (2022-12-31)
12+
### 5.0.0 (2022-12-31)
513

614
* BREAKING: `toBuffer()` returns decoded data now if it was encoded
715

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-data-url",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "Parse data URL string",
55
"author": {
66
"name": "Alexey Kucherenko",

0 commit comments

Comments
 (0)