chore(release): v0.0.2

This commit is contained in:
arashsheyda
2023-04-26 16:03:13 +03:00
parent e354318b55
commit 8d8eed3e75
2 changed files with 44 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "nuxt-mongoose",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"description": "Nuxt 3 module for MongoDB with Mongoose",
"license": "MIT",
"repository": {
@ -32,7 +32,7 @@
"dev": "nuxi dev playground",
"dev:prepare": "nuxi prepare client",
"dev:prod": "npm run build && pnpm dev",
"release": "npm run lint && npm run test && npm run build && changelogen --release && npm publish && git push --follow-tags",
"release": "npm run lint && npm run build && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch"
@ -72,4 +72,4 @@
"splitpanes": "^3.1.5",
"vitest": "^0.30.1"
}
}
}