Skip to content

Commit

Permalink
chore(master): release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
looker-open-source-automation-bot committed Jan 24, 2025
1 parent 72c9f43 commit 7112438
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "looker-visualization",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "",
"scripts": {
Expand Down Expand Up @@ -44,6 +44,6 @@
"resolutions": {
"js-yaml": "3.13.1",
"json5": "^1.0.2",
"loader-utils":"^2.0.4"
"loader-utils": "^2.0.4"
}
}

0 comments on commit 7112438

Please sign in to comment.