diff --git a/.auto-changelog b/.auto-changelog index 951c830..a38fb4f 100644 --- a/.auto-changelog +++ b/.auto-changelog @@ -2,5 +2,5 @@ "ignoreCommitPattern": "(test\\()|(release\\()|(chore\\()", "commitLimit": false, "hideCredit": true, - "startingVersion": "2.0.0" + "startingVersion": "2.0.1" } \ No newline at end of file diff --git a/.release-it.json b/.release-it.json index 6dd5827..6062c6e 100644 --- a/.release-it.json +++ b/.release-it.json @@ -7,6 +7,9 @@ "github": { "release": true }, + "npm": { + "publish": false + }, "plugins": { "@release-it/bumper": { "in": "package.json",