From 4ba3b93e575df97ffe56713287b40d6c55b18340 Mon Sep 17 00:00:00 2001 From: Kanit Wongsuphasawat <kanit.w@databricks.com> Date: Wed, 13 Sep 2023 15:59:53 -0700 Subject: [PATCH] chore: release v5.15.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4431ebfcc3..67b5acaefa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ +# [5.15.0](https://github.com/vega/vega-lite/compare/v5.14.1...v5.15.0) (2023-09-13) + + +### Bug Fixes + +* unescape paths in binned `timeUnits` to allow for fields with periods in name ([#9088](https://github.com/vega/vega-lite/issues/9088)) ([53ede0e](https://github.com/vega/vega-lite/commit/53ede0e9e0e3195eab3a2a6a105020a74b913cba)) +* update ts and fix typing issues ([#9066](https://github.com/vega/vega-lite/issues/9066)) ([b421a44](https://github.com/vega/vega-lite/commit/b421a445e68e43e563f02f1e6006e3f5d9434a2b)) + + +### Features + +* switch from clone to built in structured clone ([#9068](https://github.com/vega/vega-lite/issues/9068)) ([7874ea9](https://github.com/vega/vega-lite/commit/7874ea9396c2256bfd31307365da6fb5b6e66912)) + ## [5.14.1](https://github.com/vega/vega-lite/compare/v5.14.0...v5.14.1) (2023-07-20) diff --git a/package.json b/package.json index 25eb91ddb5..50da7490eb 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.14.1", + "version": "5.15.0", "collaborators": [ "Kanit Wongsuphasawat (http://kanitw.yellowpigz.com)", "Dominik Moritz (https://www.domoritz.de)",