Skip to content

Commit b4c902b

Browse files
chore(main): release 0.2.4
1 parent 4e905e8 commit b4c902b

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
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.2.3"
2+
".": "0.2.4"
33
}

CHANGELOG.md

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

3+
## [0.2.4](https://github.com/GenSpectrum/LAPIS/compare/v0.2.3...v0.2.4) (2024-06-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **lapis-docs:** config generator: dateToSortBy, partitionBy and features is optional ([4e905e8](https://github.com/GenSpectrum/LAPIS/commit/4e905e8178eaebfe937764fc2fc95911db58dbe4))
9+
310
## [0.2.3](https://github.com/GenSpectrum/LAPIS/compare/v0.2.2...v0.2.3) (2024-06-19)
411

512

lapis-docs/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.

lapis-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lapis-docs",
33
"type": "module",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"scripts": {
66
"dev": "astro dev",
77
"start": "astro dev",

lapis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
group = 'org.genspectrum'
15-
version = '0.2.3' // x-release-please-version - this is a marker comment for Release Please to update this version
15+
version = '0.2.4' // x-release-please-version - this is a marker comment for Release Please to update this version
1616

1717
java {
1818
sourceCompatibility = '21'

0 commit comments

Comments
 (0)