Skip to content

Commit 6be1aee

Browse files
chore(release): 1.2.0 [skip ci]
## [1.2.0](v1.1.0...v1.2.0) (2026-02-12) ### ✨ Features * **DP-335:** #20 - A *VERY* experimental way of building acronym index layer from loaded concepts. ([ea72759](ea72759)), closes [DP-335](DP-335)
1 parent 3e47ad9 commit 6be1aee

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.2.0](https://github.com/HDRUK/project-daphne-nlp/compare/v1.1.0...v1.2.0) (2026-02-12)
2+
3+
### ✨ Features
4+
5+
* **DP-335:** #20 - A *VERY* experimental way of building acronym index layer from loaded concepts. ([ea72759](https://github.com/HDRUK/project-daphne-nlp/commit/ea72759d7817ce581c96b5d81b7fdf6857c3cf36)), closes [DP-335](DP-335)
6+
17
## [1.1.0](https://github.com/HDRUK/project-daphne-nlp/compare/v1.0.0...v1.1.0) (2026-02-06)
28

39
### ✨ Features

chart/cohort-nlp/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ version: 1.0.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "1.1.0"
24+
appVersion: "1.2.0"

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": "cohort-nlp",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"private": true,
55
"scripts": {
66
"semi": "npx semantic-release"

0 commit comments

Comments
 (0)