From 90e14439152717f3fc59d3f8506e09b76cece1b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 09:40:11 +0100 Subject: [PATCH] chore(main): release 0.3.14 (#1075) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lapis-docs/package-lock.json | 4 ++-- lapis-docs/package.json | 2 +- lapis/build.gradle | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 69bafe89..8a6123c4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.13" + ".": "0.3.14" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 172329f4..57a43156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.14](https://github.com/GenSpectrum/LAPIS/compare/v0.3.13...v0.3.14) (2025-02-10) + + +### Features + +* **lapis:** expose the lineage definition files used by SILO ([#1073](https://github.com/GenSpectrum/LAPIS/issues/1073)) ([2ac977c](https://github.com/GenSpectrum/LAPIS/commit/2ac977ceab23a6479a343bcee2234c289f88fd4f)), closes [#1034](https://github.com/GenSpectrum/LAPIS/issues/1034) + ## [0.3.13](https://github.com/GenSpectrum/LAPIS/compare/v0.3.12...v0.3.13) (2025-01-31) diff --git a/lapis-docs/package-lock.json b/lapis-docs/package-lock.json index 64c75b02..b0be93d7 100644 --- a/lapis-docs/package-lock.json +++ b/lapis-docs/package-lock.json @@ -1,12 +1,12 @@ { "name": "lapis-docs", - "version": "0.3.13", + "version": "0.3.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lapis-docs", - "version": "0.3.13", + "version": "0.3.14", "dependencies": { "@astrojs/react": "^4.2.0", "@astrojs/starlight": "^0.31.1", diff --git a/lapis-docs/package.json b/lapis-docs/package.json index be88a7f7..3953655a 100644 --- a/lapis-docs/package.json +++ b/lapis-docs/package.json @@ -1,7 +1,7 @@ { "name": "lapis-docs", "type": "module", - "version": "0.3.13", + "version": "0.3.14", "scripts": { "dev": "astro dev", "start": "astro dev", diff --git a/lapis/build.gradle b/lapis/build.gradle index adadcbcf..047d8c87 100644 --- a/lapis/build.gradle +++ b/lapis/build.gradle @@ -12,7 +12,7 @@ plugins { } group = 'org.genspectrum' -version = '0.3.13' // x-release-please-version - this is a marker comment for Release Please to update this version +version = '0.3.14' // x-release-please-version - this is a marker comment for Release Please to update this version java { sourceCompatibility = '21'