Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinxin90 committed Mar 24, 2021
1 parent 697781a commit ffd5013
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 85 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

### [1.0.1](https://github.com/kevinxin90/bte_trapi_query_graph_handler/compare/v0.8.0...v1.0.1) (2021-03-24)

## [1.0.0](https://github.com/kevinxin90/bte_trapi_query_graph_handler/compare/v0.7.0...v1.0.0) (2021-03-23)


### Features

* :sparkles: support query graph with explain type of query ([2d767fd](https://github.com/kevinxin90/bte_trapi_query_graph_handler/commit/2d767fd67d04c8956e3d55c2438def12b79ec104))

## [1.0.0](https://github.com/kevinxin90/bte_trapi_query_graph_handler/compare/v0.7.0...v1.0.0) (2021-03-23)

### Features
Expand Down
106 changes: 28 additions & 78 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biothings-explorer/query_graph_handler",
"version": "0.8.0",
"version": "1.0.1",
"description": "A nodejs module to query TRAPI Query Graph",
"main": "built/index.js",
"scripts": {
Expand Down Expand Up @@ -36,24 +36,24 @@
"homepage": "https://github.com/kevinxin90/bte_trapi_query_graph_handler#readme",
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.33",
"@types/jest": "^26.0.21",
"@types/node": "^14.14.35",
"coveralls": "^3.1.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"redis-mock": "^0.56.3",
"standard-version": "^9.1.0",
"ts-jest": "^26.5.3",
"ts-jest": "^26.5.4",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typedoc": "^0.20.30",
"typedoc": "^0.20.33",
"typescript": "^4.2.3"
},
"dependencies": {
"@biothings-explorer/call-apis": "^1.14.0",
"@biothings-explorer/call-apis": "^1.15.0",
"@biothings-explorer/smartapi-kg": "^3.1.1",
"biolink-model": "^0.3.0",
"biomedical_id_resolver": "^3.3.0",
"biomedical_id_resolver": "^3.4.1",
"debug": "^4.3.1",
"lodash": "^4.17.21",
"ms": "^2.1.3",
Expand Down

0 comments on commit ffd5013

Please sign in to comment.