diff --git a/CHANGELOG.md b/CHANGELOG.md index d2a5a1b..fe5ab05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +# [0.18.0](https://github.com/trpc/tupleson/compare/0.17.4...0.18.0) (2023-10-13) + + +### Features + +* split up deserialization and start on support for SSE ([#67](https://github.com/trpc/tupleson/issues/67)) ([3bd9782](https://github.com/trpc/tupleson/commit/3bd97824d903ce334a0ba448e9d9b41bad921241)) + ## [0.17.4](https://github.com/trpc/tupleson/compare/0.17.3...0.17.4) (2023-10-13) diff --git a/package.json b/package.json index ae8f1e9..e775389 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tupleson", - "version": "0.17.4", + "version": "0.18.0", "description": "A hackable JSON serializer/deserializer", "repository": { "type": "git",