Skip to content

Commit a14a5d4

Browse files
committed
v1.3.0
1 parent 5dd3976 commit a14a5d4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

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.3.0 (2019-09-25)
4+
5+
- Port the library to TypeScript.
6+
37
## 1.2.1 (2019-05-24)
48

59
- Update build & test infrastructure.

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.2.1",
3+
"version": "1.3.0",
44
"description": "Encoding and decoding for base64, base32, base16, and friends",
55
"keywords": [
66
"Uint8Array",

0 commit comments

Comments
 (0)