diff --git a/CHANGELOG.md b/CHANGELOG.md index fe34bea3..fcfe8009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ +# [6.24.0](https://github.com/vega/vega-embed/compare/v6.23.0...v6.24.0) (2023-12-19) + + +### Bug Fixes + +* allow all themes from vega themes in types ([#1288](https://github.com/vega/vega-embed/issues/1288)) ([cab79d2](https://github.com/vega/vega-embed/commit/cab79d226dd065183b40e809ec277504d32c5955)) + + +### Features + +* pass baseurl through to default tooltip handler ([#1286](https://github.com/vega/vega-embed/issues/1286)) ([e3e703d](https://github.com/vega/vega-embed/commit/e3e703dafe51a5046608a879f10cb834bacb2e45)) + # [6.23.0](https://github.com/vega/vega-embed/compare/v6.22.2...v6.23.0) (2023-09-28) @@ -497,4 +509,4 @@ Thank you, Cameron Yick ([@hydrosquall](https://github.com/hydrosquall)), for al - [@dependabot[bot]](https://github.com/dependabot[bot]) - Cameron Yick ([@hydrosquall](https://github.com/hydrosquall)) -- Dominik Moritz ([@domoritz](https://github.com/domoritz)) \ No newline at end of file +- Dominik Moritz ([@domoritz](https://github.com/domoritz)) diff --git a/package.json b/package.json index b491409c..ae707d4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vega-embed", - "version": "6.23.0", + "version": "6.24.0", "description": "Publish Vega visualizations as embedded web components.", "keywords": [ "vega",