diff --git a/@taddy/vite-plugin/CHANGELOG.md b/@taddy/vite-plugin/CHANGELOG.md index 832910a..39b1ef1 100644 --- a/@taddy/vite-plugin/CHANGELOG.md +++ b/@taddy/vite-plugin/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-alpha.3](https://github.com/lttb/taddy/compare/@taddy/vite-plugin@0.1.0-alpha.2...@taddy/vite-plugin@0.1.0-alpha.3) (2024-05-25) + +### Features + +- **vite:** update build ([eb6e262](https://github.com/lttb/taddy/commit/eb6e2620ab21cd868b9bce1f41bd4a8e52f2e6f2)) + # [0.1.0-alpha.2](https://github.com/lttb/taddy/compare/@taddy/vite-plugin@0.1.0-alpha.1...@taddy/vite-plugin@0.1.0-alpha.2) (2024-05-25) ### Features diff --git a/@taddy/vite-plugin/package.json b/@taddy/vite-plugin/package.json index 46d2fd7..5f506d2 100644 --- a/@taddy/vite-plugin/package.json +++ b/@taddy/vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@taddy/vite-plugin", - "version": "0.1.0-alpha.2", + "version": "0.1.0-alpha.3", "author": "Kenzhaev Artur ", "license": "MIT", "main": "index.js",