Skip to content

Commit 97186e5

Browse files
Merge pull request #126 from FormidableLabs/fix/missing-patch
Adding patch and provenance publish
2 parents f420ded + a89c095 commit 97186e5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.changeset/two-waves-lick.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"react-fast-compare": patch
3+
---
4+
5+
Adding GitHub release workflow

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@
8484
"typescript": "^4.9.5",
8585
"webpack": "^5.76.0"
8686
},
87+
"publishConfig": {
88+
"provenance": true
89+
},
8790
"nyc": {
8891
"exclude": [
8992
"**/test/**",

0 commit comments

Comments
 (0)