From b995c6648dda008972fee6929859f9d2c03656cf Mon Sep 17 00:00:00 2001 From: Ante Primorac Date: Tue, 29 Mar 2022 07:58:11 +0000 Subject: [PATCH] bump version 0.9.0 --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3456f2a6..a7172e5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this extension 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.9.0] 2022-03-29 +### Changed +- bump dependencies + ## [0.8.0] 2021-09-10 ### Changed - bump dependencies diff --git a/package-lock.json b/package-lock.json index afce273f..9d1a7895 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-end-tag-labels", - "version": "0.8.0", + "version": "0.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fb26cc27..369b1cb8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "html-end-tag-labels", "displayName": "HTML End Tag Labels", "description": "Labels HTML end tags in VSCode", - "version": "0.8.0", + "version": "0.9.0", "author": { "email": "anteprimorachr@gmail.com", "name": "Ante Primorac",