From 976add4895c1e64edf02742323ec7f29f1633bc0 Mon Sep 17 00:00:00 2001 From: "toantran.mei" Date: Sun, 5 May 2024 22:10:57 +0700 Subject: [PATCH] chore(release): v1.2.9 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index def07b5..f08d781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.9](https://github.com/toantranmei/mei-nuxt3-ui/compare/v1.2.8...v1.2.9) (2024-05-05) + + +### Features + +* **components:** add context menu component ([dca526a](https://github.com/toantranmei/mei-nuxt3-ui/commit/dca526a10aead50bc280614a1c96efc8b1243111)) + ## [1.2.8](https://github.com/toantranmei/mei-nuxt3-ui/compare/v1.2.7...v1.2.8) (2024-05-05) diff --git a/package.json b/package.json index 52802f4..a76663e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@toantranmei/mei-nuxt3-ui", - "version": "1.2.8", + "version": "1.2.9", "description": "A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.", "repository": { "type": "git",