From 16cc2ce6928d5201bc5ae7d5c323e0c44bd04446 Mon Sep 17 00:00:00 2001 From: Chris Bain Date: Sun, 27 Nov 2022 18:44:07 -0500 Subject: [PATCH] Bump version to 1.5.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aa24de..ed82390 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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). +## [1.5.1] - 2022-11-27 +### Added +- Note to README about potential conflicts with "Markdown All in One" extension +### Changed +- Rename primary branch to "main" +### Fixed +- Remediate dependency vulnerabilities + ## [1.5.0] - 2021-11-07 ### Added - Horizontal Rule: Set horizontal rule lines background color and opacity diff --git a/package-lock.json b/package-lock.json index a63028b..c832ba5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdown-color-plus", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "markdown-color-plus", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "devDependencies": { "@types/chai": "^4.2.15", diff --git a/package.json b/package.json index 77f0564..82ff5b2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "markdown-color-plus", "displayName": "Markdown Color Plus", "description": "Additional Colorization for Markdown Files (background color of code, invisible line breaks, and current section headers)", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "engines": { "vscode": "^1.32.0"