Skip to content

Commit 8c1f071

Browse files
committed
1.1.0
1 parent 157a230 commit 8c1f071

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v1.1.0](https://github.com/HautaniemiLab/jellyfish/compare/v1.0.1...v1.1.0)
8+
9+
- feat: inferred samples in the middle of the sample tree [`#19`](https://github.com/HautaniemiLab/jellyfish/pull/19)
10+
- build(deps): bump jspdf from 3.0.1 to 3.0.2 [`#16`](https://github.com/HautaniemiLab/jellyfish/pull/16)
11+
- build: update deps [`cdfb9fd`](https://github.com/HautaniemiLab/jellyfish/commit/cdfb9fd31198c56184ea84bbb77e2cf1d398c824)
12+
- build: update dev dependencies [`8b0cabc`](https://github.com/HautaniemiLab/jellyfish/commit/8b0cabc8e83478ad4361967a68a97210e8d9f6ce)
13+
- test: add vitest [`90b3755`](https://github.com/HautaniemiLab/jellyfish/commit/90b3755c1c44db0cad87cb9a79f22ceb8451fb13)
14+
715
#### [v1.0.1](https://github.com/HautaniemiLab/jellyfish/compare/v1.0.0...v1.0.1)
816

17+
> 24 January 2025
18+
919
- build: add auto-changelog [`927be19`](https://github.com/HautaniemiLab/jellyfish/commit/927be195781068e6d42f8a56c83745f1e761e614)
1020
- fix: reset the selected patient if it's not found in the data [`6a8a7c2`](https://github.com/HautaniemiLab/jellyfish/commit/6a8a7c20ca9abd55ced3923e4fd6fb15f35a9ac0)
1121

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,7 +1,7 @@
11
{
22
"name": "jellyfish",
33
"private": true,
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)