Skip to content

Commit

Permalink
chore(master): release 1.0.1 (#32)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.0.1](v1.0.0...v1.0.1)
(2024-04-26)


### Bug Fixes

* added validation for division by zero error
([#28](#28))
([846303a](846303a))
* adds base element to iframe head to prevent links opening
([#30](#30))
([8f9e815](8f9e815))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
looker-open-source-automation-bot authored Apr 26, 2024
1 parent 8f9e815 commit 5db6d98
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.1](https://github.com/looker-open-source/viz-multiple_value-marketplace/compare/v1.0.0...v1.0.1) (2024-04-26)


### Bug Fixes

* added validation for division by zero error ([#28](https://github.com/looker-open-source/viz-multiple_value-marketplace/issues/28)) ([846303a](https://github.com/looker-open-source/viz-multiple_value-marketplace/commit/846303a062fee47960325b726cf2226d9968d208))
* adds base element to iframe head to prevent links opening ([#30](https://github.com/looker-open-source/viz-multiple_value-marketplace/issues/30)) ([8f9e815](https://github.com/looker-open-source/viz-multiple_value-marketplace/commit/8f9e81512be454129509ae4cdbfc87037c4757b3))

## 1.0.0 (2024-02-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "looker-visualization",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "",
"jest":{
"jest": {
"testEnvironment": "jsdom"
},
"scripts": {
Expand Down

0 comments on commit 5db6d98

Please sign in to comment.