We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef54fe commit e9f7541Copy full SHA for e9f7541
.github/workflows/release.yml
@@ -2,6 +2,7 @@ name: Release
2
3
on:
4
release:
5
+ types: [published]
6
tags:
7
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
8
package.json
@@ -1,7 +1,7 @@
1
{
"name": "pinia-scope",
"type": "module",
- "version": "1.0.19",
+ "version": "1.0.20",
"packageManager": "pnpm@10.9.0",
"description": "Scoped Pinia Stores for Vue",
"author": {
0 commit comments