We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4f6ee1 + 8d02b24 commit bbe7d45Copy full SHA for bbe7d45
2 files changed
.github/workflows/lint.yml
@@ -1,5 +1,7 @@
1
# vim: sw=2
2
name: Lint
3
+permissions:
4
+ contents: read
5
6
concurrency:
7
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
package.json
@@ -1,6 +1,6 @@
{
"name": "vue-shv",
- "version": "8.0.5",
+ "version": "8.0.6",
"description": "Vue support for libshv-js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments