diff --git a/CHANGELOG.md b/CHANGELOG.md index e809412..119b904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.6.2](https://github.com/vbenjs/vite-plugin-theme/compare/v0.6.0...v0.6.2) (2021-04-08) + + +### Bug Fixes + +* disable esbuild ([831d91a](https://github.com/vbenjs/vite-plugin-theme/commit/831d91ae198c1a3f7f9f36b8dbf23a0f395f73ce)) + + + # [0.6.0](https://github.com/vbenjs/vite-plugin-theme/compare/v0.4.8...v0.6.0) (2021-04-07) diff --git a/package.json b/package.json index b787126..11a15d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-theme", - "version": "0.6.1", + "version": "0.6.2", "description": "Vite plugin for dynamically changing the theme color of the interface", "main": "dist/index.js", "module": "dist/index.js",