Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2022-03-11)

### Features

* **about:** Added API and website version to about page. ([f33ecad](f33ecad))
* **about:** Updated about text. ([4397e40](4397e40))
* **about:** Updated the about page to contain more up-to-date information. ([ad3f878](ad3f878))
* **attributions:** Added ARDC/QCIF. ([95ca307](95ca307))
* **navigation:** Added external Status page link. ([b9a395c](b9a395c))
* **nuxt:** Added .nuxtignore file to ignore external files triggering rebuild. ([58b4437](58b4437))
* **tools/fastani:** Added cmd to FastANI info modal. ([f8c44c4](f8c44c4))
* **tools/fastani:** Removed autorefresh on FastANI calculator until fixed. ([d0e0545](d0e0545))
  • Loading branch information
semantic-release-bot committed Mar 11, 2022
1 parent f33ecad commit f0f608c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.1.0](https://github.com/Ecogenomics/gtdb.ecogenomic.org/compare/v1.0.0...v1.1.0) (2022-03-11)


### Features

* **about:** Added API and website version to about page. ([f33ecad](https://github.com/Ecogenomics/gtdb.ecogenomic.org/commit/f33ecad98ad819cc90766f6693307ccf37808e12))
* **about:** Updated about text. ([4397e40](https://github.com/Ecogenomics/gtdb.ecogenomic.org/commit/4397e4012714de41afe7da39e0b7e54b76298640))
* **about:** Updated the about page to contain more up-to-date information. ([ad3f878](https://github.com/Ecogenomics/gtdb.ecogenomic.org/commit/ad3f8783302fcd352247cb7905c32476b65eca11))
* **attributions:** Added ARDC/QCIF. ([95ca307](https://github.com/Ecogenomics/gtdb.ecogenomic.org/commit/95ca3071e0feabdba9d56be7caa0df5e399737d3))
* **navigation:** Added external Status page link. ([b9a395c](https://github.com/Ecogenomics/gtdb.ecogenomic.org/commit/b9a395c00d7ffbdfc2286128ee824360db334390))
* **nuxt:** Added .nuxtignore file to ignore external files triggering rebuild. ([58b4437](https://github.com/Ecogenomics/gtdb.ecogenomic.org/commit/58b4437f99626d79dcc675ed9a840854a8343bb0))
* **tools/fastani:** Added cmd to FastANI info modal. ([f8c44c4](https://github.com/Ecogenomics/gtdb.ecogenomic.org/commit/f8c44c4a649c21a60f905f80e3016c69afa12d2d))
* **tools/fastani:** Removed autorefresh on FastANI calculator until fixed. ([d0e0545](https://github.com/Ecogenomics/gtdb.ecogenomic.org/commit/d0e054532a50680811f7df7d702fd30618f2c768))

# 1.0.0 (2022-03-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gtdb.ecogenomic.org",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "nuxt",
Expand Down

0 comments on commit f0f608c

Please sign in to comment.