From 2b67c88c8a035a0a557cbacc169afc968c0a1c53 Mon Sep 17 00:00:00 2001 From: Kanit Wongsuphasawat Date: Wed, 8 Nov 2023 10:00:55 -0800 Subject: [PATCH] chore: release v5.16.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35fa50e3c0..1559d7bba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [5.16.2](https://github.com/vega/vega-lite/compare/v5.16.1...v5.16.2) (2023-11-08) + + +### Bug Fixes + +* **#9167:** make 1D bars respect orient for stack calculation ([#9168](https://github.com/vega/vega-lite/issues/9168)) ([432f354](https://github.com/vega/vega-lite/commit/432f3548323d72505f18e30e1e23d83718d3ad20)), closes [#9167](https://github.com/vega/vega-lite/issues/9167) [#9167](https://github.com/vega/vega-lite/issues/9167) + ## [5.16.1](https://github.com/vega/vega-lite/compare/v5.16.0...v5.16.1) (2023-10-12) diff --git a/package.json b/package.json index 028769ec38..f9ceb614d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vega-lite", "author": "Dominik Moritz, Kanit \"Ham\" Wongsuphasawat, Arvind Satyanarayan, Jeffrey Heer", - "version": "5.16.1", + "version": "5.16.2", "collaborators": [ "Kanit Wongsuphasawat (http://kanitw.yellowpigz.com)", "Dominik Moritz (https://www.domoritz.de)",