diff --git a/package.json b/package.json index 47f7fd2..bae2b75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anime-chan-api", - "version": "1.0.0", + "version": "2.0.0", "main": "index.js", "license": "MIT", "repository": { @@ -17,6 +17,7 @@ "lint": "eslint .", "lint:fix": "eslint . --fix", "postinstall": "husky install", + "postversion": "git push && git push --tags", "commit": "cz" }, "dependencies": {