Skip to content

Commit b29ba7e

Browse files
chore(main): release 0.10.0 (#185)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ea821bf commit b29ba7e

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.0"
2+
".": "0.10.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.10.0](https://github.com/NIH-NCPI/ncpi-dataset-catalog/compare/v0.9.0...v0.10.0) (2026-02-21)
4+
5+
6+
### Features
7+
8+
* add bot protection for chat search endpoint ([#184](https://github.com/NIH-NCPI/ncpi-dataset-catalog/issues/184)) ([def292a](https://github.com/NIH-NCPI/ncpi-dataset-catalog/commit/def292a79de8703ebe1aea9ded13d5074857ee21))
9+
* add variable-level search with intent detection ([#197](https://github.com/NIH-NCPI/ncpi-dataset-catalog/issues/197)) ([ea821bf](https://github.com/NIH-NCPI/ncpi-dataset-catalog/commit/ea821bfd42c28427a7b59be89eaf4b97e8325675))
10+
* extract and integrate demographics into search API ([#189](https://github.com/NIH-NCPI/ncpi-dataset-catalog/issues/189)) ([cc71aea](https://github.com/NIH-NCPI/ncpi-dataset-catalog/commit/cc71aea564c3c6f707167554e226a6bbfd2b49bb))
11+
* extract per-study demographic distributions from dbGaP ([#187](https://github.com/NIH-NCPI/ncpi-dataset-catalog/issues/187)) ([3d910be](https://github.com/NIH-NCPI/ncpi-dataset-catalog/commit/3d910be6fa3772b5603243fbcf2a0f82a7ce38b3))
12+
* up-arrow recalls previous query in chat input ([#193](https://github.com/NIH-NCPI/ncpi-dataset-catalog/issues/193)) ([fb98c1d](https://github.com/NIH-NCPI/ncpi-dataset-catalog/commit/fb98c1d1e9af0f7e3c9f9b6e059c70b102639090))
13+
314
## [0.9.0](https://github.com/NIH-NCPI/ncpi-dataset-catalog/compare/v0.8.0...v0.9.0) (2026-02-20)
415

516

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ncpi-dataset-catalog",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"private": true,
55
"scripts": {
66
"dev": "./scripts/dev.sh ncpi-catalog dev && ./scripts/set-version.sh dev && next dev",

0 commit comments

Comments
 (0)