From 72bf3ef46f7331009201c9b2e0ceafd04006d277 Mon Sep 17 00:00:00 2001 From: Adam C Hamlin Date: Wed, 11 Oct 2023 23:11:10 -0400 Subject: [PATCH] chore(release): 0.7.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21ec060..e47a0b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.7.0](https://github.com/adamhamlin/vext/compare/v0.6.2...v0.7.0) (2023-10-12) + + +### Features + +* Add `toggleNewlineChars` command ([#40](https://github.com/adamhamlin/vext/issues/40)) ([89cd1c5](https://github.com/adamhamlin/vext/commit/89cd1c5b9d44693711d933bcf4922c024be6923a)) + ### [0.6.2](https://github.com/adamhamlin/vext/compare/v0.6.1...v0.6.2) (2023-02-28) ### [0.6.1](https://github.com/adamhamlin/vext/compare/v0.6.0...v0.6.1) (2023-02-28) diff --git a/package-lock.json b/package-lock.json index 2b90f9a..710024b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vext", - "version": "0.6.2", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vext", - "version": "0.6.2", + "version": "0.7.0", "license": "MIT", "dependencies": { "comment-json": "^4.2.2", diff --git a/package.json b/package.json index 8a75b33..15fc0b8 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type": "git", "url": "https://github.com/adamhamlin/vext.git" }, - "version": "0.6.2", + "version": "0.7.0", "engines": { "vscode": "^1.57.0" },