Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Logerfo committed Oct 24, 2018
1 parent 63d7ec1 commit 1d86d18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ New configuration: `cd-repo.command` (`cd` or `pushd`).
# 0.0.4
New commands: "Pull Repo" (`cd-repo.pull`) and "Push Repo" (`cd-repo.push`).
New configurations: `cd-repo.pullArgs` and `cd-repo.pushArgs`.

# 0.0.5
`cd` or `pushd` command being called before `pull` and `push` commands.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cd-repo",
"displayName": "CD Repo",
"description": "Changes the terminal directory to the selected repository folder.",
"version": "0.0.4",
"version": "0.0.5",
"publisher": "logerfo",
"engines": {
"vscode": "^1.26.0"
Expand Down

0 comments on commit 1d86d18

Please sign in to comment.