We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba5a9d commit 0018891Copy full SHA for 0018891
.github/workflows/release.yml
@@ -4,10 +4,6 @@ on:
4
push:
5
branches:
6
- main
7
- paths:
8
- - package.json
9
- - .github/workflows/release.yml
10
- - .github/release-drafter.yml
11
12
permissions:
13
contents: write
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "typix",
3
"private": true,
- "version": "1.0.2",
+ "version": "1.0.3",
"type": "module",
"scripts": {
"dev": "vite",
0 commit comments