Skip to content

Commit

Permalink
Merge branch 'development' into fix_issue_102
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinxin90 committed Mar 16, 2021
2 parents 8daf99b + 492107a commit 567a49a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 35 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.0.1](https://github.com/biothings/BioThings_Explorer_TRAPI/compare/v2.0.0...v2.0.1) (2021-03-12)


### Bug Fixes

* :bug: fix wrong uniprot issuue ([92fac04](https://github.com/biothings/BioThings_Explorer_TRAPI/commits/92fac04398329d3dec5d579ed5dcf1d397d515ee))

## [2.0.0](https://github.com/biothings/BioThings_Explorer_TRAPI/compare/v1.12.0...v2.0.0) (2021-03-09)


Expand Down
40 changes: 8 additions & 32 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biothings-explorer/single-hop-app",
"version": "2.0.0",
"version": "2.0.1",
"description": "App performing single hop query for BioThings Explorer",
"main": "src/server.js",
"scripts": {
Expand Down Expand Up @@ -41,13 +41,13 @@
"supertest": "^6.1.3"
},
"dependencies": {
"@biothings-explorer/call-apis": "^1.12.0",
"@biothings-explorer/query_graph_handler": "^0.3.0",
"@biothings-explorer/call-apis": "^1.12.1",
"@biothings-explorer/smartapi-kg": "^2.2.12",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"axios": "^0.21.1",
"biomedical_id_resolver": "^3.2.0",
"biomedical_id_resolver": "^3.2.1",
"biothings-explorer-graphql": "2.1.1",
"body-parser": "^1.19.0",
"camelcase": "^6.2.0",
Expand Down

0 comments on commit 567a49a

Please sign in to comment.