Skip to content

Commit e548700

Browse files
committed
chore: bump version to 0.1.3
1 parent a858617 commit e548700

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: orhun/git-cliff-action@v4
5757
with:
5858
config: cliff.toml
59-
args: ${{ env.PRERELEASE == 'true' && '--latest --strip all' || format('{0}..HEAD --strip all', env.LATEST_TAG) }}
59+
args: ${{ format('{0}..HEAD --strip all', env.LATEST_TAG) }}
6060
env:
6161
OUTPUT: CHANGES.md
6262
GITHUB_REPO: ${{ github.repository }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggl-js/expo-github-cache",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"license": "MIT",
55
"description": "A Expo build cache using GitHub as a storage backend.",
66
"keywords": ["expo", "cache", "github", "build", "eas"],

0 commit comments

Comments
 (0)