Skip to content

Commit a88b9d4

Browse files
chore(release): 1.0.1
1 parent 6335d41 commit a88b9d4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.1](https://github.com/will991/dex-order-serialization-lib/compare/v1.0.0...v1.0.1) (2023-05-02)
2+
3+
4+
### Bug Fixes
5+
6+
* format ([15421a6](https://github.com/will991/dex-order-serialization-lib/commit/15421a6d74b3a150fcd21a658918e32b6b3d44ea))
7+
* remove lock file ([c7ce33f](https://github.com/will991/dex-order-serialization-lib/commit/c7ce33f760a63bbb3885881480a8692124bbb012))
8+
19
# 1.0.0 (2023-04-27)
210

311

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@will991/dex-order-serialization-lib",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A library to (de)serialize cbor from different DEXes (decentralized exchanges) to specific types for order transaction construction.",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)