Skip to content

Commit 393e344

Browse files
chore(release): 5.1.0
1 parent 1e6d6f8 commit 393e344

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
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.
44

5+
## [5.1.0](https://github.com/NIAID-Data-Ecosystem/nde-portal/compare/v5.0.0...v5.1.0) (2025-10-16)
6+
7+
8+
### 🚀 Features
9+
10+
* add handling for rate limit ([64072b8](https://github.com/NIAID-Data-Ecosystem/nde-portal/commit/64072b8bf93c45b91b51d7b8c333f3e7a4f47b9f))
11+
* add ontology browser page ([3799480](https://github.com/NIAID-Data-Ecosystem/nde-portal/commit/3799480aeebac45518e754b4a1d23e8831c8be39))
12+
* add ontology browser page ([8ba6467](https://github.com/NIAID-Data-Ecosystem/nde-portal/commit/8ba6467ea15f63e2c4a139a544ca0f328c1a813c))
13+
* **diseases:** Add GA tracking ([#345](https://github.com/NIAID-Data-Ecosystem/nde-portal/issues/345)) ([24d7307](https://github.com/NIAID-Data-Ecosystem/nde-portal/commit/24d730765df7ec86b24eda47fb46683cf93b98fb))
14+
* improve loading in ontological browser ([#351](https://github.com/NIAID-Data-Ecosystem/nde-portal/issues/351)) ([4e22293](https://github.com/NIAID-Data-Ecosystem/nde-portal/commit/4e2229351379227047c60b4c56af0c9927e438ba))
15+
* **ontology-browser:** add nde flag to biothings search ([973a05b](https://github.com/NIAID-Data-Ecosystem/nde-portal/commit/973a05bce55a5b1ee56f85e32befabc19b7a5cef))
16+
* **search:** add ontology browser linkout ([24cd3bb](https://github.com/NIAID-Data-Ecosystem/nde-portal/commit/24cd3bb9c08e6a3c0dfe5d36410e4347a9b4a331))
17+
18+
19+
### 🐛 Bugfixes
20+
21+
* **ontology-browser:** add rate limit on portal counts ([c208ec0](https://github.com/NIAID-Data-Ecosystem/nde-portal/commit/c208ec05993464e80f9a90df6c42043e7829ef8b))
22+
* **ontology-browser:** fix typo ([a892483](https://github.com/NIAID-Data-Ecosystem/nde-portal/commit/a8924830477fce9d09d446447b6091581174518f))
23+
* remove temporalInterval property from temporalCoverage ([#353](https://github.com/NIAID-Data-Ecosystem/nde-portal/issues/353)) ([317cb1d](https://github.com/NIAID-Data-Ecosystem/nde-portal/commit/317cb1d7cfddc47f7458636a439c5831314bc45f))
24+
* **search:** ensure tab selection works with type filters ([935ca48](https://github.com/NIAID-Data-Ecosystem/nde-portal/commit/935ca488e8550494eabd14898b5b4a25364b19c7))
25+
526
## [5.0.0](https://github.com/NIAID-Data-Ecosystem/nde-portal/compare/v4.2.0...v5.0.0) (2025-08-01)
627

728

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,5 @@
121121
"ws": "^8.17.1",
122122
"word-wrap": "^1.2.4"
123123
},
124-
"version": "5.0.0"
124+
"version": "5.1.0"
125125
}

0 commit comments

Comments
 (0)