Skip to content

Commit e952817

Browse files
committed
v1.1.0
1 parent c185a99 commit e952817

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Add here your setup, installation, and build steps
3232

3333
- name: 🚛 Size compare
34-
uses: effector/size-compare@v1.0.0
34+
uses: effector/size-compare@v1.1.0
3535
with:
3636
gist_id: ${{ secrets.SIZE_HISTORY_GIST_ID }}
3737
gist_token: ${{ secrets.SIZE_COMPARE_TOKEN }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "size-compare",
3-
"version": "0.1.0",
3+
"version": "1.1.0",
44
"description": "",
55
"scripts": {
66
"build": "ncc build -o dist src/main.ts",

0 commit comments

Comments
 (0)