From 6580c61f526f065ab0ddb50927edd426592083ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20Thom=C3=A9?= Date: Sun, 17 Sep 2023 19:47:04 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a09476..cef87de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.0] - 2023-09-17 + +- Better formatting for uncommitted changes + ## [0.2.1] - 2023-09-17 - Fix singular/plural time unit display diff --git a/package-lock.json b/package-lock.json index c00fea5..3e4280a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "git-line-blame", - "version": "0.2.1", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "git-line-blame", - "version": "0.2.1", + "version": "0.3.0", "devDependencies": { "@types/mocha": "^10.0.1", "@types/node": "16.x", diff --git a/package.json b/package.json index 84eeffe..4d4467e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Git Line Blame", "description": "Display inline information in the text editor about the latest commit that edited the currently selected line", "publisher": "carlthome", - "version": "0.2.1", + "version": "0.3.0", "icon": "icon.png", "engines": { "vscode": "^1.78.0"