Skip to content

Commit

Permalink
chore: release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Dec 17, 2024
1 parent fdadacb commit 2c1b649
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog


## v0.3.0...main

[compare changes](https://github.com/stacksjs/vite-plugin-local/compare/v0.3.0...main)

### 🏡 Chore

- Add cleanup docs ([8e1332a](https://github.com/stacksjs/vite-plugin-local/commit/8e1332a))
- Enhance docs ([9dec0c9](https://github.com/stacksjs/vite-plugin-local/commit/9dec0c9))
- Adjust sudo check ([fdadacb](https://github.com/stacksjs/vite-plugin-local/commit/fdadacb))

### ❤️ Contributors

- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer))
- Cab-mikee ([@cab-mikee](http://github.com/cab-mikee))

## v0.2.1...main

[compare changes](https://github.com/stacksjs/vite-plugin-local/compare/v0.2.1...main)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-local",
"type": "module",
"version": "0.3.0",
"version": "0.3.1",
"description": "A Vite plugin to enable a development environment for minimalists.",
"author": "Chris Breuer <[email protected]>",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export function VitePluginLocal(options: VitePluginLocalOptions): Plugin {
configResolved(resolvedConfig) {
// Early exit if we're in build mode
if (resolvedConfig.command === 'build')
// eslint-disable-next-line no-useless-return
return
},

Expand Down

0 comments on commit 2c1b649

Please sign in to comment.