diff --git a/.changeset/cool-years-eat.md b/.changeset/cool-years-eat.md deleted file mode 100644 index b78828cb..00000000 --- a/.changeset/cool-years-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@arizeai/point-cloud": major ---- - -Refactor build tooling, package as ESM by default diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..1ba47397 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# @arizeai/point-cloud + +## 4.0.0 + +### Major Changes + +- 90ee4e1: Refactor build tooling, package as ESM by default diff --git a/package.json b/package.json index 343b11ab..8fd749ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@arizeai/point-cloud", - "version": "4.0.0-1", + "version": "4.0.0", "license": "MIT", "author": "Mikyo King ", "main": "dist/index.cjs",