diff --git a/packages/vite-plugin-tsc/CHANGELOG.md b/packages/vite-plugin-tsc/CHANGELOG.md index 90b0dc5..9e0c5e2 100644 --- a/packages/vite-plugin-tsc/CHANGELOG.md +++ b/packages/vite-plugin-tsc/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. + +## 0.7.0 (2024-10-03) + +[Compare changes](https://github.com/Wroud/foundation/compare/vite-plugin-tsc-v0.6.0...vite-plugin-tsc-v0.7.0) + + +### ✨ Features + +- support vite's dev server overlay ([e80c5c1](https://github.com/Wroud/foundation/commit/e80c5c1)) + ## 0.6.0 (2024-10-03) diff --git a/packages/vite-plugin-tsc/package.json b/packages/vite-plugin-tsc/package.json index f53655b..bd505c1 100644 --- a/packages/vite-plugin-tsc/package.json +++ b/packages/vite-plugin-tsc/package.json @@ -1,7 +1,7 @@ { "name": "@wroud/vite-plugin-tsc", "description": "A Vite plugin that uses TypeScript's tsc to transpile TypeScript sources for seamless bundling.", - "version": "0.6.0", + "version": "0.7.0", "type": "module", "packageManager": "yarn@4.5.0", "license": "MIT",