diff --git a/changelog.md b/changelog.md index 01d1064..85c1919 100644 --- a/changelog.md +++ b/changelog.md @@ -1,11 +1,9 @@ # Release notes -**version**: From v1.20.0 to v1.21.0 +**version**: From v1.21.0 to v1.22.0 -## **feat (3):** - - feat(cane): short cut for add commit no edit - - feat(console): improve console log - - feat(readme): improve package.json bump +## **feat (1):** + - feat(force): git rebase and push diff --git a/package-lock.json b/package-lock.json index 4bd6db3..2700493 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitool", - "version": "1.21.0", + "version": "1.22.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -3752,9 +3752,9 @@ "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=" }, "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==" + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" }, "path-type": { "version": "3.0.0", diff --git a/package.json b/package.json index 4d3356b..edd53d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitool", - "version": "1.21.0", + "version": "1.22.0", "description": "", "main": "index.js", "scripts": {