Skip to content

Commit c40b9f0

Browse files
author
Bhavi Dhingra
committed
chore(release): 0.8.3
1 parent c3ed480 commit c40b9f0

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.8.3](https://github.com/custom-git/custom-git-bash/compare/v0.8.2...v0.8.3)
6+
> 12 October 2021
7+
8+
### Features
9+
10+
* **new-command:** gswitch switches between local branches ([24bed8b](https://github.com/custom-git/custom-git-bash/commit/24bed8bd35102bd311335f77a0b36bc522a0c39b))
11+
* **new-command:** gswitchremote helps to switch to a remote branch ([c3ed480](https://github.com/custom-git/custom-git-bash/commit/c3ed48096b799c96aea65ea0836bbb8b84331d06))
12+
513
### [0.8.2](https://github.com/custom-git/custom-git-bash/compare/v0.8.1...v0.8.2)
614
> 4 October 2021
715

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-git-bash",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "open source command line git tool",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)