diff --git a/.changeset/silly-apples-help.md b/.changeset/silly-apples-help.md new file mode 100644 index 0000000..009cf06 --- /dev/null +++ b/.changeset/silly-apples-help.md @@ -0,0 +1,5 @@ +--- +"@guarapi/di-container": patch +--- + +try to publish without error 403 You cannot publish over the previously published versions diff --git a/package.json b/package.json index 74f5a86..9130f5e 100644 --- a/package.json +++ b/package.json @@ -24,9 +24,7 @@ "types": "tsc --noEmit false --declaration --emitDeclarationOnly", "lint": "eslint ./src", "test": "jest", - "test:coverage": "jest --coverage", - "version": "changeset version && pnpm install --no-frozen-lockfile", - "publish": "changeset publish" + "test:coverage": "jest --coverage" }, "devDependencies": { "@changesets/changelog-github": "^0.5.0",