From c86128049ea68c3b24923518bdefcc61ba27a9d2 Mon Sep 17 00:00:00 2001 From: John Campion Jr Date: Sat, 16 Dec 2023 12:08:30 -0500 Subject: [PATCH] changelog --- CHANGELOG.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74b5410..864763f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ All notable changes to this project will be documented in this file. +## v0.9.1...v0.10.0 + +[compare changes](https://github.com/johncampionjr/vite-plugin-vue-layouts/compare/v0.9.1...v0.10.0) + +### 🚀 Enhancements + +- Use fastest plugin available based on options ([8e76bad](https://github.com/johncampionjr/vite-plugin-vue-layouts/commit/8e76bad)) + +### 🩹 Fixes + +- Synchronize the logic of clientLayout to defaultLayout, close #130 ([#132](https://github.com/johncampionjr/vite-plugin-vue-layouts/pull/132), [#130](https://github.com/johncampionjr/vite-plugin-vue-layouts/issues/130)) + +### 📖 Documentation + +- Add config for unplug-vue-router ([5542aa7](https://github.com/johncampionjr/vite-plugin-vue-layouts/commit/5542aa7)) + +### 🏡 Chore + +- Add simpler example with unplugin-vue-router ([cae7638](https://github.com/johncampionjr/vite-plugin-vue-layouts/commit/cae7638)) +- Fix eslint ([d10ac31](https://github.com/johncampionjr/vite-plugin-vue-layouts/commit/d10ac31)) + +### ❤️ Contributors + +- Markthree ([@markthree](http://github.com/markthree)) + ## v0.9.0...v0.9.1 [compare changes](https://github.com/johncampionjr/vite-plugin-vue-layouts/compare/699638bf817e1f93c32266af78efadd95b28c6e1...v0.9.1) @@ -45,7 +70,6 @@ All notable changes to this project will be documented in this file. ### ❤️ Contributors -- John Campion Jr - Markthree ([@markthree](http://github.com/markthree)) - Xbmlz ([@xbmlz](http://github.com/xbmlz))