@xleddyl/nuxt-cms 0.1.38 → 0.1.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/module.json +1 -1
- package/package.json +2 -2
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xleddyl/nuxt-cms",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.39",
|
|
4
4
|
"description": "Lightweight CMS that ships with your Nuxt app: runs on the Nitro server, content types defined in code, /cms admin panel, GraphQL API, SQLite or Postgres. No external CMS needed!",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Edoardo Alberti (https://github.com/xleddyl)",
|
|
@@ -123,6 +123,6 @@
|
|
|
123
123
|
"test": "vitest run",
|
|
124
124
|
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit",
|
|
125
125
|
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,md,html,json,sql,vue}\" --log-level error",
|
|
126
|
-
"release": "changelogen --release --no-github && git push origin main
|
|
126
|
+
"release": "sh -c 'changelogen --release --no-github ${1:+--$1} && git push origin main --follow-tags' --"
|
|
127
127
|
}
|
|
128
128
|
}
|