Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Nov 27, 2018
1 parent 1fed55f commit caa0676
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 174 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Change Log

---

## [1.1.0](https://github.com/AndrewBarba/bittrex-node/releases/tag/1.1.0)

1. Get order by id

## [1.0.3](https://github.com/AndrewBarba/bittrex-node/releases/tag/1.0.3)

1. Fix withdraw endpoint typo
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bittrex-node",
"version": "1.0.3",
"version": "1.1.0",
"description": "Bittrex API client for Node.js",
"author": "Andrew Barba <abarba.77@gmail.com>",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"axios": "0.18.0"
},
"devDependencies": {
"eslint": "5.6.1",
"eslint": "5.9.0",
"mocha": "5.2.0",
"should": "13.2.3"
},
Expand Down
Loading

0 comments on commit caa0676

Please sign in to comment.