Skip to content

Commit

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


## 1.0.0 (2024-12-13)


### Features

* add unit tests for some functionality as a starter
([#4](#4))
([6bcb124](6bcb124))
* Adds ci implementation
([#15](#15))
([ad37f68](ad37f68))


### Bug Fixes

* Update [@loader-utils](https://github.com/loader-utils) to remove
[@babel-loader](https://github.com/babel-loader) vulnerability
([#23](#23))
([6eb5eb5](6eb5eb5))
* Updates @babel/core to remove @babel/traverse vulnerability
([#20](#20))
([eed3ef1](eed3ef1))
* updating dependencies to fix ci build node version error
([#40](#40))
([822977e](822977e))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: Cinthia Elizabeth Villalejos Zamora <villalejos@google.com>
  • Loading branch information
1 parent a29a81b commit 14b00b6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## 1.0.0 (2024-12-13)


### Features

* add unit tests for some functionality as a starter ([#4](https://github.com/looker-open-source/viz-sankey-marketplace/issues/4)) ([6bcb124](https://github.com/looker-open-source/viz-sankey-marketplace/commit/6bcb12449005c0658f93bab2c5ef2a029bebbbf5))
* Adds ci implementation ([#15](https://github.com/looker-open-source/viz-sankey-marketplace/issues/15)) ([ad37f68](https://github.com/looker-open-source/viz-sankey-marketplace/commit/ad37f68a2ce4bc98a6174ff17b3361b222e0adc9))


### Bug Fixes

* Update [@loader-utils](https://github.com/loader-utils) to remove [@babel-loader](https://github.com/babel-loader) vulnerability ([#23](https://github.com/looker-open-source/viz-sankey-marketplace/issues/23)) ([6eb5eb5](https://github.com/looker-open-source/viz-sankey-marketplace/commit/6eb5eb5df2d4604a6d210c416c1a54108364267d))
* Updates @babel/core to remove @babel/traverse vulnerability ([#20](https://github.com/looker-open-source/viz-sankey-marketplace/issues/20)) ([eed3ef1](https://github.com/looker-open-source/viz-sankey-marketplace/commit/eed3ef1bee207bda83b244ec308136caa3e6dde5))
* updating dependencies to fix ci build node version error ([#40](https://github.com/looker-open-source/viz-sankey-marketplace/issues/40)) ([822977e](https://github.com/looker-open-source/viz-sankey-marketplace/commit/822977e38c4e4e9bbfbf83181198d30e0646cc9e))
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "viz-sankey-marketplace",
"version": "2.0.20",
"version": "1.0.0",
"license": "MIT",
"directories": {
"lib": "lib",
Expand Down

0 comments on commit 14b00b6

Please sign in to comment.