diff --git a/CHANGELOG.md b/CHANGELOG.md index 43e86c79..70b9e88b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,16 @@ + + +# [0.3.0](https://github.com/KATT/tupleson/compare/0.2.0...0.3.0) (2023-09-30) + + +### Features + +* add readme ([#3](https://github.com/KATT/tupleson/issues/3)) ([b4e5ed6](https://github.com/KATT/tupleson/commit/b4e5ed679df7b56f901da0b937d2ba44d60ae356)) + # 0.2.0 (2023-09-30) ### Features - add `createTupleson` fn and more ([#2](https://github.com/KATT/tupleson/issues/2)) ([72910ae](https://github.com/KATT/tupleson/commit/72910ae35c55581b860207e8e45ac098f5bef6ad)) - initial version ([#1](https://github.com/KATT/tupleson/issues/1)) ([ccce25b](https://github.com/KATT/tupleson/commit/ccce25b6a039cf2e5c1a774c1ab022f0946ca8d5)) -- initialized repo ✨ ([c9e92a4](https://github.com/KATT/tupleson/commit/c9e92a42c97a8bc1ee3a9214f65626425c8598e3)) +- initialized repo ✨ ([c9e92a4](https://github.com/KATT/tupleson/commit/c9e92a42c97a8bc1ee3a9214f65626425c8598e3)) \ No newline at end of file diff --git a/package.json b/package.json index bee1d1b9..31b1fe7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tupleson", - "version": "0.2.0", + "version": "0.3.0", "description": "A hackable JSON serializer/deserializer", "repository": { "type": "git",