diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d5de12f --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package-lock.json b/package-lock.json index c9d3445..6b08464 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "viz-sankey-marketplace", - "version": "2.0.20", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "viz-sankey-marketplace", - "version": "2.0.20", + "version": "1.0.0", "license": "MIT", "dependencies": { "@babel/core": "7.24.4", diff --git a/package.json b/package.json index 90d9430..65000a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "viz-sankey-marketplace", - "version": "2.0.20", + "version": "1.0.0", "license": "MIT", "directories": { "lib": "lib", @@ -48,5 +48,7 @@ "resolutions": { "loader-utils": "^1.4.2" }, - "engines": { "node": "18.12.0" } + "engines": { + "node": "18.12.0" + } }