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

Commit e89e1fc

Browse files
committed
chore: release v0.7.0
1 parent dab884a commit e89e1fc

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2+
3+
# [0.7.0](https://github.com/KATT/tupleson/compare/0.6.1...0.7.0) (2023-09-30)
4+
5+
6+
### Features
7+
8+
* add built-in support for `Symbol`s ([#13](https://github.com/KATT/tupleson/issues/13)) ([dab884a](https://github.com/KATT/tupleson/commit/dab884a6a08b9e6b356c53a4cd2ac21a74421296))
9+
110
## [0.6.1](https://github.com/KATT/tupleson/compare/0.6.0...0.6.1) (2023-09-30)
211

312
### Bug Fixes
@@ -45,4 +54,4 @@
4554
### Features
4655

4756
- initial version ([#1](https://github.com/KATT/tupleson/issues/1)) ([ccce25b](https://github.com/KATT/tupleson/commit/ccce25b6a039cf2e5c1a774c1ab022f0946ca8d5))
48-
- initialized repo ✨ ([c9e92a4](https://github.com/KATT/tupleson/commit/c9e92a42c97a8bc1ee3a9214f65626425c8598e3))
57+
- initialized repo ✨ ([c9e92a4](https://github.com/KATT/tupleson/commit/c9e92a42c97a8bc1ee3a9214f65626425c8598e3))

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.6.1",
3+
"version": "0.7.0",
44
"description": "A hackable JSON serializer/deserializer",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)