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..f4bd6f9 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": { @@ -4444,9 +4444,9 @@ "integrity": "sha1-iQN8vJLFarGJJua6TLsgDhVnKmo=" }, "tmpl": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz", - "integrity": "sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=" + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==" }, "to-fast-properties": { "version": "2.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": {