Skip to content

Commit 00e9f05

Browse files
committed
Bump version to 1.5.1
1 parent 54fd76a commit 00e9f05

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

‎CHANGELOG.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 1.5.1
2+
3+
* Fix an issue with GET requests sent after POST requests
4+
15
### 1.5.0
26

37
* Add getOrder method

‎package.json‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "bitx",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"author": "Brett Ausmeier <brett@ausmeier.co.za>",
55
"description": "A simple wrapper for the BitX API.",
66
"license": "MIT",
77
"keywords": [
88
"bitcoin",
99
"bitx",
10-
"api"
10+
"api",
11+
"luno"
1112
],
1213
"repository": {
1314
"type": "git",

0 commit comments

Comments
 (0)