From 3be9bf8d8c98c951628d4f622a2f387b16b1fe7d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 15:51:15 +0000 Subject: [PATCH] chore(main): release 0.0.15 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f89a3b6..5aa42be 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.14" + ".": "0.0.15" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c8d045..c561c7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.15](https://github.com/FBumann/xarray_plotly/compare/v0.0.14...v0.0.15) (2026-03-17) + + +### Bug Fixes + +* legend, style persistence, and axis ranges in combined figures ([#53](https://github.com/FBumann/xarray_plotly/issues/53)) ([28fccc3](https://github.com/FBumann/xarray_plotly/commit/28fccc3d32da334625e626096bfcbf78e3c65de6)) + ## [0.0.14](https://github.com/FBumann/xarray_plotly/compare/v0.0.13...v0.0.14) (2026-03-09)