diff --git a/CHANGELOG.md b/CHANGELOG.md index e895bd2..d5b0d95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/hollandjake/mini-rfc6902/compare/v0.1.0...v0.1.1) (2024-09-08) + + +### Bug Fixes + +* clone not replicating objects with non-serializable fields correctly ([a1bd83d](https://github.com/hollandjake/mini-rfc6902/commit/a1bd83d34587b0c8edd1667134f0954bfc146b59)) + ## 0.1.0 (2024-09-08) diff --git a/package.json b/package.json index 7474049..024212d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mini-rfc6902", - "version": "0.1.0", + "version": "0.1.1", "description": "TypeScript implementation of RFC6902 with mini-rfc6902 format support", "license": "MIT", "author": "Jake Holland",