Skip to content

Commit a1b6de1

Browse files
committed
v1.5.0
1 parent 274cb86 commit a1b6de1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# rfc4648
22

3+
## 1.5.0 (2021-05-25)
4+
5+
- Allow modern versions of Node to use named exports along with native modules support.
6+
37
## 1.4.0 (2020-07-10)
48

59
- Add Flow type definitions.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rfc4648",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Encoding and decoding for base64, base32, base16, and friends",
55
"keywords": [
66
"Uint8Array",

0 commit comments

Comments
 (0)