diff --git a/CHANGELOG.md b/CHANGELOG.md index a33a0e53..67b50138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ ## 1.8.0 -- Bump [tabler-icons][tabler-icons] from [v1.41.1](https://github.com/tabler/tabler-icons/releases/tag/v1.41.1) to [v1.51.0](https://github.com/tabler/tabler-icons/releases/tag/v1.51.0) +- Bump [tabler-icons][tabler-icons] from [v1.41.1](https://github.com/tabler/tabler-icons/releases/tag/v1.41.1) to [v1.68.0](https://github.com/tabler/tabler-icons/releases/tag/v1.68.0) +- Add `"type": "module"` to `package.json` so the package works with `svelte-kit` (#8) ## 1.7.0 diff --git a/package.json b/package.json index b7df6af0..d559031b 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "components", "svg", "icons", - "tabler-icons" + "tabler-icons", + "svelte-kit" ] }