Skip to content

Commit f9e59fe

Browse files
Antoine LlorcaAntoine Llorca
authored andcommitted
build(.releaserc): fix up branches field
1 parent 7b51ae7 commit f9e59fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.releaserc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"branches": ["main", "next"]
3-
}
2+
"branches": ["main"]
3+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-layered-image",
33
"description": "An interactive, multi-layer image component for React",
4-
"version": "1.0.0",
4+
"version": "2.0.7",
55
"author": "Antoine Llorca",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)