diff --git a/.changeset/rotten-fishes-deliver.md b/.changeset/rotten-fishes-deliver.md deleted file mode 100644 index 6c9f2c7..0000000 --- a/.changeset/rotten-fishes-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@finsweet/ts-utils': minor ---- - -add documentation with vitepress diff --git a/CHANGELOG.md b/CHANGELOG.md index f8032b4..60cfd7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @finsweet/ts-utils +## 0.39.0 + +### Minor Changes + +- 213cd2f: add documentation with vitepress + ## 0.38.0 ### Minor Changes diff --git a/package.json b/package.json index 62a743b..0fd7e45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@finsweet/ts-utils", - "version": "0.38.0", + "version": "0.39.0", "description": "Typescript utils for custom Webflow projects.", "type": "module", "main": "dist/index.js",