From 9759e5008c55c7e2a5a3132926188a4003525394 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Thu, 6 Dec 2018 01:51:52 -0500 Subject: [PATCH] Preps v9.0.3 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da2259f..b6de4b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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/). -## [Unreleased] +## [9.0.3] - 2018-12-06 ### Fixed diff --git a/package.json b/package.json index 766065f..3b8d355 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.2", + "version": "9.0.3", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"