Skip to content

Commit

Permalink
chore(master): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
looker-open-source-automation-bot committed Aug 15, 2024
1 parent 822977e commit 148ba08
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 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-08-15)


### 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.

6 changes: 4 additions & 2 deletions 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 Expand Up @@ -48,5 +48,7 @@
"resolutions": {
"loader-utils": "^1.4.2"
},
"engines": { "node": "18.12.0" }
"engines": {
"node": "18.12.0"
}
}

0 comments on commit 148ba08

Please sign in to comment.