From 1bc9bc7c740d68a0211fc15b0108eef25c4e4070 Mon Sep 17 00:00:00 2001 From: Ken Kieu Date: Thu, 19 Dec 2024 09:26:16 -0800 Subject: [PATCH] chore(release): v2.0.16 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 590aa70..950c1bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## v2.0.16 + +[compare changes](https://github.com/kieuminhcanh/vuetify-notifier/compare/v2.0.15...v2.0.16) + ## v2.0.15 [compare changes](https://github.com/kieuminhcanh/vuetify-notifier/compare/v2.0.14...v2.0.15) diff --git a/package.json b/package.json index 0727b4a..06452a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuetify-notifier", - "version": "2.0.15", + "version": "2.0.16", "description": "Vuetify Notifier is a simple way to display notifications in your Nuxt and Vue applications using Vuetify.", "repository": { "url": "https://github.com/kieuminhcanh/vuetify-notifier",