From 47cecad2ac08820f50bb069a4c0bdbbb5458d5fc Mon Sep 17 00:00:00 2001 From: Ken Kieu Date: Sun, 1 Dec 2024 21:52:51 -0800 Subject: [PATCH] chore(release): v1.2.10 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33dbb3a..8f1a1de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## v1.2.10 + +[compare changes](https://github.com/kieuminhcanh/vuetify-notifier/compare/v1.2.9...v1.2.10) + ## v1.2.9 [compare changes](https://github.com/kieuminhcanh/vuetify-notifier/compare/v1.2.8...v1.2.9) diff --git a/package.json b/package.json index a78b7c3..052d976 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuetify-notifier", - "version": "1.2.9", + "version": "1.2.10", "description": "Vuetify Notifier is a Nuxt module that provides a simple way to display notifications in your Nuxt application using Vuetify.", "repository": { "url": "https://github.com/kieuminhcanh/vuetify-notifier",