We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c185a99 commit e952817Copy full SHA for e952817
README.md
@@ -31,7 +31,7 @@ jobs:
31
# Add here your setup, installation, and build steps
32
33
- name: 🚛 Size compare
34
- uses: effector/size-compare@v1.0.0
+ uses: effector/size-compare@v1.1.0
35
with:
36
gist_id: ${{ secrets.SIZE_HISTORY_GIST_ID }}
37
gist_token: ${{ secrets.SIZE_COMPARE_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "size-compare",
3
- "version": "0.1.0",
+ "version": "1.1.0",
4
"description": "",
5
"scripts": {
6
"build": "ncc build -o dist src/main.ts",
0 commit comments