diff --git a/CHANGELOG.md b/CHANGELOG.md index d8076a4..0d7cd06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.1](https://github.com/will991/dex-order-serialization-lib/compare/v1.0.0...v1.0.1) (2023-05-02) + + +### Bug Fixes + +* format ([15421a6](https://github.com/will991/dex-order-serialization-lib/commit/15421a6d74b3a150fcd21a658918e32b6b3d44ea)) +* remove lock file ([c7ce33f](https://github.com/will991/dex-order-serialization-lib/commit/c7ce33f760a63bbb3885881480a8692124bbb012)) + # 1.0.0 (2023-04-27) diff --git a/package.json b/package.json index 02d28ee..30080d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@will991/dex-order-serialization-lib", - "version": "1.0.0", + "version": "1.0.1", "description": "A library to (de)serialize cbor from different DEXes (decentralized exchanges) to specific types for order transaction construction.", "main": "lib/index.js", "types": "lib/index.d.ts",