From 2d406efecb8b8bbc913e8cfbe46159d33ceb2232 Mon Sep 17 00:00:00 2001 From: Christian Preston Date: Thu, 6 Oct 2022 11:20:25 -0400 Subject: [PATCH] chore(release): 0.0.5 --- CHANGELOG.md | 7 +++++++ package.json | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 245185d..961d790 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.0.5](https://github.com/cpreston321/nuxt-vscode/compare/v0.0.4...v0.0.5) (2022-10-06) + + +### Features + +* 0.0.4 Release ([2f02d1e](https://github.com/cpreston321/nuxt-vscode/commit/2f02d1ef33e692c50351fdf28544597edb375105)) + ### [0.0.4](https://github.com/cpreston321/nuxt-vscode/compare/v0.0.3...v0.0.4) (2022-10-03) ### ✨ Features diff --git a/package.json b/package.json index 647476a..2254e92 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "commandName": "nuxt-vscode", "displayName": "Nuxt (unofficial)", "description": "Making Nuxt development way easier with VS Code by extending nuxi commands.", - "version": "0.0.4", + "version": "0.0.5", "main": "./dist/index.js", "engines": { "vscode": "^1.71.0" @@ -63,7 +63,7 @@ "command": "nuxt-vscode.addPlugin" }, { - "title": "Nuxt: Add Middleware", + "title": "Add Middleware", "category": "✨ Nuxt", "command": "nuxt-vscode.addMiddleware" }, @@ -91,7 +91,7 @@ "group": "2_workspace" }, { - "when": "ext.hasNuxtConfig && explorerResourceIsFolder && resourceFilename == 'layout'", + "when": "ext.hasNuxtConfig && explorerResourceIsFolder && resourceFilename == 'layouts'", "command": "nuxt-vscode.addLayout", "group": "2_workspace" },