We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ec06a commit 99049d0Copy full SHA for 99049d0
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## V0.3.2
2
+
3
+* Fixes
4
+ * Handle case where repo remote does not have a `.git` extension. Thanks @anjdreas
5
6
## V0.3.1
7
8
* Fixes
@@ -23,4 +28,3 @@
23
28
24
29
* Fix bug with the v3 api change,
25
30
* Fix bug when a user is already authed with the pullr app.
26
-
package.json
@@ -1,6 +1,6 @@
{
"name": "pullr",
- "version": "0.3.1",
+ "version": "0.3.2",
"description": "Pull Requests From The CLI",
"main": "bin/pullr.js",
"dependencies": {
0 commit comments