Skip to content

Commit

Permalink
chore(release): v1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kieuminhcanh committed Dec 2, 2024
1 parent ea5216f commit 19a3523
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog


## v1.2.7

[compare changes](https://github.com/kieuminhcanh/vuetify-notifier/compare/v1.2.6...v1.2.7)

## v1.2.6

[compare changes](https://github.com/kieuminhcanh/vuetify-notifier/compare/v1.2.5...v1.2.6)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuetify-notifier",
"version": "1.2.6",
"version": "1.2.7",
"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",
Expand All @@ -26,14 +26,14 @@
"dist"
],
"scripts": {
"prepack": "nuxt-module-build build",
"prepack": "nuxt-module-build build && vite build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"docs": "nuxi dev docs",
"docs:build": "nuxi build docs",
"docs:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare docs",
"release": "npm run prepack && vite build && changelogen --release && npm publish && git push --follow-tags",
"release": "npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch",
Expand Down

0 comments on commit 19a3523

Please sign in to comment.