From cfa817857ee03cc0608864cc8df06687f65076fe Mon Sep 17 00:00:00 2001 From: sehilyi Date: Fri, 19 Jan 2024 03:22:23 -0500 Subject: [PATCH] 0.15.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 011a385e..03d85e28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [0.15.0](https://github.com/gosling-lang/gosling.js/compare/v0.14.0...v0.15.0) (2024-01-19) + + +### Bug Fixes + +* **core:** do not print unknown data type warnings in console ([#1034](https://github.com/gosling-lang/gosling.js/issues/1034)) ([dc0386d](https://github.com/gosling-lang/gosling.js/commit/dc0386d812a30ebd666ce07a2d7edec868c74fb9)) +* **core:** publish events on first render ([#1024](https://github.com/gosling-lang/gosling.js/issues/1024)) ([bf470c1](https://github.com/gosling-lang/gosling.js/commit/bf470c15950bc468024748eea6aac6fb72dcf565)) +* **track:** prevent circular layout legend from being obscured ([#1029](https://github.com/gosling-lang/gosling.js/issues/1029)) ([e1649af](https://github.com/gosling-lang/gosling.js/commit/e1649af96cc9ffa81968f4fb4e5fee814bb7612c)) + + +### Features + +* **core:** export GoslingCompProps ([#1033](https://github.com/gosling-lang/gosling.js/issues/1033)) ([e4091ae](https://github.com/gosling-lang/gosling.js/commit/e4091ae3812227e421ed0160ea7adefcdf324c8a)) + + + # [0.14.0](https://github.com/gosling-lang/gosling.js/compare/v0.13.2...v0.14.0) (2024-01-08) diff --git a/package.json b/package.json index d21bf121..5fd596b7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gosling.js", "author": "Sehi L'Yi", - "version": "0.14.0", + "version": "0.15.0", "license": "MIT", "repository": { "type": "git",