From df2fc8c44a2b6296cc60ac8e023c4130bd9d4d2e Mon Sep 17 00:00:00 2001 From: phil294 Date: Mon, 16 Jan 2023 04:34:15 +0100 Subject: [PATCH] v0.0.5 --- README.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e294e6..59274fe 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,13 @@ This is what you'll get: Entries usually sorted by importance. +### 0.0.5 2023-01-16 +- [`9a2c177`](https://github.com/phil294/git-log--graph/commit/9a2c177) Use vscode-codicons instead of unicode icons (#3) +- [`9ca9296`](https://github.com/phil294/git-log--graph/commit/9ca9296) Add default push and pull actions +- [`cbbd17c`](https://github.com/phil294/git-log--graph/commit/cbbd17c) Add `git rebase --abort` to the abort action +- [`9a821df`](https://github.com/phil294/git-log--graph/commit/9a821df) Fix git reset args + + ### 0.0.4 2022-10-12 - [`1496dac`](https://github.com/phil294/git-log--graph/commit/1496dac) Many style improvements - [`1496dac`](https://github.com/phil294/git-log--graph/commit/1496dac) Filter now includes branch name of commit diff --git a/package.json b/package.json index c01374e..025fe31 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "git-log--graph", "description": "git log --graph, an interactive Git Graph frontend", - "version": "0.0.4", + "version": "0.0.5", "icon": "logo.png", "publisher": "phil294", "private": false,