diff --git a/CHANGELOG.md b/CHANGELOG.md index c76b25e..78c8f4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.1](https://github.com/looker-open-source/viz-spider-marketplace/compare/v1.0.0...v1.0.1) (2025-01-24) + + +### Bug Fixes + +* **chore:** Updating d3 code for proper build ([#34](https://github.com/looker-open-source/viz-spider-marketplace/issues/34)) ([a8b5b48](https://github.com/looker-open-source/viz-spider-marketplace/commit/a8b5b4863d06a2271225a720c7ff78a4b771242e)) +* **chore:** updating dependencies to fix json5 vulnerability ([#39](https://github.com/looker-open-source/viz-spider-marketplace/issues/39)) ([72c9f43](https://github.com/looker-open-source/viz-spider-marketplace/commit/72c9f43fa648ac43d17d570ab93ff5819143d769)) +* Vulnerability from json5 dependency ([#30](https://github.com/looker-open-source/viz-spider-marketplace/issues/30)) ([f87173b](https://github.com/looker-open-source/viz-spider-marketplace/commit/f87173b3f4a9475983de9f74be11ad00f2967312)) + ## 1.0.0 (2024-09-17) diff --git a/package.json b/package.json index e97b707..7da7054 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "looker-visualization", - "version": "1.0.0", + "version": "1.0.1", "description": "", "main": "", "scripts": { @@ -44,6 +44,6 @@ "resolutions": { "js-yaml": "3.13.1", "json5": "^1.0.2", - "loader-utils":"^2.0.4" + "loader-utils": "^2.0.4" } }