From 351bac49e536b842a285d4a6ae1b1f73294e9c10 Mon Sep 17 00:00:00 2001 From: "czi-github-helper[bot]" <95879977+czi-github-helper[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:59:56 +0000 Subject: [PATCH] chore(main): release 1.5.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ef197571f..73bc8f809 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.5.0"} +{".":"1.5.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index e15c158a2..37e1f5f97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.5.1](https://github.com/chanzuckerberg/single-cell-explorer/compare/v1.5.0...v1.5.1) (2024-10-10) + + +### Misc + +* add codecov github action to unit tests ([#1134](https://github.com/chanzuckerberg/single-cell-explorer/issues/1134)) ([a6c8564](https://github.com/chanzuckerberg/single-cell-explorer/commit/a6c8564c29c907d927025af3ab30fca37f3ec3fa)) +* **deps:** bump body-parser and express in /client ([#1131](https://github.com/chanzuckerberg/single-cell-explorer/issues/1131)) ([358b0a0](https://github.com/chanzuckerberg/single-cell-explorer/commit/358b0a0328bcf7b7e53a05aa14da103df1ad858a)) +* **deps:** bump dset from 3.1.3 to 3.1.4 in /client ([#1102](https://github.com/chanzuckerberg/single-cell-explorer/issues/1102)) ([33a88a3](https://github.com/chanzuckerberg/single-cell-explorer/commit/33a88a32c5622bbf316972e8caeb70ee867bfd9c)) + ## [1.5.0](https://github.com/chanzuckerberg/single-cell-explorer/compare/v1.4.2...v1.5.0) (2024-10-09)