From 8248afb58e658b2466d84b8b5d73647b3e1762d9 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sun, 2 Dec 2018 18:04:26 -0500 Subject: [PATCH] Preps v9.0.1 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74510ec..873b979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [9.0.1] - 2018-12-02 + +### Fixed + +- Fixes issues with errors when listing history in repos without any tags + ## [9.0.0] - 2018-12-02 ### Added diff --git a/package-lock.json b/package-lock.json index 9b5e350..90a63a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "9.0.0", + "version": "9.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 43547b3..3808b96 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gitlens", "displayName": "GitLens — Git supercharged", "description": "Supercharge the Git capabilities built into Visual Studio Code — Visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more", - "version": "9.0.0", + "version": "9.0.1", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"