Skip to content

Commit 4a37904

Browse files
committed
Bump v0.0.7
1 parent 362046a commit 4a37904

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ on:
1111
# Allows you to run this workflow manually from the Actions tab
1212
workflow_dispatch:
1313

14+
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
15+
permissions:
16+
contents: write
17+
id-token: write
18+
1419
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1520
jobs:
1621
# This workflow contains a single job called "build"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scrolly-telling",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Create scrolly-telling animations in React with ease.",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)