Skip to content

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinxin90 committed Jan 26, 2021
1 parent eed2482 commit 11eb8a0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.3.0](https://github.com/mokkapps/changelog-generator-demo/compare/v1.1.1...v1.3.0) (2021-01-26)


### Features

* :sparkles: Enable BTE TRAPI to query SmartAPI on real time ([be00d80](https://github.com/mokkapps/changelog-generator-demo/commits/be00d804af9a93d1f84f4cbb968160c62fd3fbd2))


### Bug Fixes

* :bug: change log level to warning if no smartapi edge found ([082759f](https://github.com/mokkapps/changelog-generator-demo/commits/082759f0c5abc51e3a3b8f2700a82f2c4a86e60c))
* :bug: Display correct log message based on whether smartapi edges are found or not ([54cf072](https://github.com/mokkapps/changelog-generator-demo/commits/54cf0722076201bfeb617749986e478e552597b0))
* added jenkinsfile ([b35c484](https://github.com/mokkapps/changelog-generator-demo/commits/b35c48408872c4686120715daa3f7f4e146a72cc))
* update the image name ([77c74f7](https://github.com/mokkapps/changelog-generator-demo/commits/77c74f72e0d8505b26b7b95eb8ddb03bb19a9fbe))

## [1.2.0](https://github.com/mokkapps/changelog-generator-demo/compare/v1.1.1...v1.2.0) (2021-01-26)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@biothings-explorer/single-hop-app",
"version": "1.2.0",
"version": "1.3.0",
"description": "App performing single hop query for BioThings Explorer",
"main": "src/server.js",
"scripts": {
Expand Down

0 comments on commit 11eb8a0

Please sign in to comment.