diff --git a/CHANGELOG.md b/CHANGELOG.md index fe5ab05..437e5ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +# [0.19.0](https://github.com/trpc/tupleson/compare/0.18.0...0.19.0) (2023-10-13) + + +### Features + +* add "full" SSE support ([#68](https://github.com/trpc/tupleson/issues/68)) ([672778f](https://github.com/trpc/tupleson/commit/672778f833b2b37cd253d3a39801974553cb137f)) + # [0.18.0](https://github.com/trpc/tupleson/compare/0.17.4...0.18.0) (2023-10-13) diff --git a/package.json b/package.json index e775389..f14f982 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tupleson", - "version": "0.18.0", + "version": "0.19.0", "description": "A hackable JSON serializer/deserializer", "repository": { "type": "git",