diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..141947b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## 1.0.0 (2024-07-23) + + +### 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)) diff --git a/package-lock.json b/package-lock.json index c9ab11a..1c10692 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 1712a31..55a427c 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",