There was an error while loading. Please reload this page.
1 parent 54fd76a commit 00e9f05Copy full SHA for 00e9f05
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 1.5.1
2
+
3
+* Fix an issue with GET requests sent after POST requests
4
5
### 1.5.0
6
7
* Add getOrder method
package.json
@@ -1,13 +1,14 @@
{
"name": "bitx",
- "version": "1.5.0",
+ "version": "1.5.1",
"author": "Brett Ausmeier <brett@ausmeier.co.za>",
"description": "A simple wrapper for the BitX API.",
"license": "MIT",
"keywords": [
8
"bitcoin",
9
"bitx",
10
- "api"
+ "api",
11
+ "luno"
12
],
13
"repository": {
14
"type": "git",
0 commit comments