Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit 7ce7cbd

Browse files
committed
chore: release v0.13.0
1 parent d8b1c01 commit 7ce7cbd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11

22

3+
# [0.13.0](https://github.com/KATT/tupleson/compare/0.12.0...0.13.0) (2023-10-05)
4+
5+
6+
### Bug Fixes
7+
8+
* rename `AsyncIterator` -> `AsyncIterable` ([#29](https://github.com/KATT/tupleson/issues/29)) ([d8b1c01](https://github.com/KATT/tupleson/commit/d8b1c01e8634148721874b4e7dbe0695577af0f2))
9+
10+
11+
### Features
12+
13+
* include `src` files on npm ([#28](https://github.com/KATT/tupleson/issues/28)) ([331802d](https://github.com/KATT/tupleson/commit/331802d1487f873a0e8cde3e224cdc47c29fc9f7))
14+
315
# [0.12.0](https://github.com/KATT/tupleson/compare/0.11.1...0.12.0) (2023-10-05)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tupleson",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "A hackable JSON serializer/deserializer",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)