Skip to content

Commit

Permalink
chore(release): 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cpreston321 committed Oct 6, 2022
1 parent 5625338 commit 2d406ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -63,7 +63,7 @@
"command": "nuxt-vscode.addPlugin"
},
{
"title": "Nuxt: Add Middleware",
"title": "Add Middleware",
"category": "✨ Nuxt",
"command": "nuxt-vscode.addMiddleware"
},
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 2d406ef

Please sign in to comment.