diff --git a/CHANGELOG.md b/CHANGELOG.md index 15dc5bd..fe8e498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.3](https://github.com/toantranmei/mei-nuxt3-ui/compare/v1.1.2...v1.1.3) (2024-04-05) + + +### Bug Fixes + +* **vitest:** change test-case to directly module ([b87b337](https://github.com/toantranmei/mei-nuxt3-ui/commit/b87b337da38aff7c5dec4219fcce723a3ecf5f08)) + ## [1.1.2](https://github.com/toantranmei/mei-nuxt3-ui/compare/v1.1.1...v1.1.2) (2024-04-05) diff --git a/package.json b/package.json index a36c2ee..0f8bab5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@toantranmei/mei-nuxt3-ui", - "version": "1.1.2", + "version": "1.1.3", "description": "A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.", "repository": "toantranmei/mei-nuxt3-ui", "license": "MIT",