We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd373b8 + 7c9d2b6 commit ab7c96dCopy full SHA for ab7c96d
.changeset/perky-keys-send.md
@@ -0,0 +1,5 @@
1
+---
2
+"commitflow": patch
3
4
+
5
+change package private to false
package.json
@@ -1,7 +1,7 @@
{
"name": "commitflow",
- "version": "1.0.1",
- "private": true,
+ "version": "1.0.2",
+ "private": false,
"scripts": {
6
"changeset": "changeset",
7
"version-packages": "changeset version",
0 commit comments