Skip to content

Commit

Permalink
Version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iLiviu committed Apr 12, 2021
1 parent 6af0fe8 commit 6465186
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 75 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Master
## 1.2.2 (2021-04-12)
### Features
* Get quotes for funds listed on XBSE
### Bug fixes
* Get quotes for non USDT pairs on Binance and for GBP pairs on Coinbase


## 1.2.1 (2020-08-04)
### Bug fixes
Expand Down
125 changes: 57 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "asset-quote-service",
"version": "1.2.1",
"version": "1.2.2",
"description": "Retrieve quotes for various tradeable assets",
"homepage": "https://github.com/iLiviu/asset-quote-service#readme",
"repository": {
Expand All @@ -24,17 +24,17 @@
"devDependencies": {
"nodemon": "^1.19.4",
"tslint": "^5.20.1",
"typescript": "^3.9.7"
"typescript": "^3.9.9"
},
"dependencies": {
"@types/body-parser": "^1.19.0",
"@types/compression": "0.0.36",
"@types/eventsource": "^1.1.2",
"@types/express": "^4.17.7",
"axios": "^0.19.2",
"@types/eventsource": "^1.1.5",
"@types/express": "^4.17.11",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"eventsource": "^1.0.7",
"eventsource": "^1.1.0",
"express": "^4.17.1",
"express-validator": "^5.3.1",
"node-cache": "^4.2.1",
Expand Down

0 comments on commit 6465186

Please sign in to comment.