Skip to content

Commit f48df42

Browse files
committed
chore: release v0.1.4
1 parent c9a0c9e commit f48df42

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11

2+
## v0.1.3...main
3+
4+
[compare changes](https://github.com/stacksjs/vite-plugin-layouts/compare/v0.1.3...main)
5+
6+
### 🏡 Chore
7+
8+
- Use tinyglobby ([c9a0c9e](https://github.com/stacksjs/vite-plugin-layouts/commit/c9a0c9e))
9+
10+
### ❤️ Contributors
11+
12+
- Chris ([@chrisbbreuer](https://github.com/chrisbbreuer))
13+
214
## v0.1.2...main
315

416
[compare changes](https://github.com/stacksjs/vite-plugin-layouts/compare/v0.1.2...main)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-layouts",
33
"type": "module",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"private": true,
66
"description": "Router-based Layout Plugin for Vite.",
77
"author": "Chris Breuer <[email protected]>",

packages/vite-plugin-layouts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-plugin-layouts",
33
"type": "module",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"description": "Router based layout plugin for Vite and Vue",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)