Skip to content

Commit

Permalink
chore(release): 1.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.4](v1.0.3...v1.0.4) (2021-06-09)

### Bug Fixes

* fix type of OpenOrdersResult Side prop ([7d1b8b2](7d1b8b2))

### Performance Improvements

* replace enums for const enums ([0ac3d05](0ac3d05))
  • Loading branch information
semantic-release-bot committed Jun 9, 2021
1 parent 2424b06 commit 232fc3a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## [1.0.4](https://github.com/hadnet/foxbit-exapi/compare/v1.0.3...v1.0.4) (2021-06-09)


### Bug Fixes

* fix type of OpenOrdersResult Side prop ([7d1b8b2](https://github.com/hadnet/foxbit-exapi/commit/7d1b8b236d7030833f8c4294034d3d8704188427))


### Performance Improvements

* replace enums for const enums ([0ac3d05](https://github.com/hadnet/foxbit-exapi/commit/0ac3d05dda4598020072e43094538a509f992ad9))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foxbit-exapi",
"version": "1.0.0",
"version": "1.0.4",
"description": "API for FoxBit Exchange",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 232fc3a

Please sign in to comment.