From 6dd93e741bf061a39feba0de9d65ce92b36ed05b Mon Sep 17 00:00:00 2001 From: LouisMazel Date: Mon, 27 Mar 2023 11:33:36 +0200 Subject: [PATCH] chore(release): v0.0.7 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7107b1c..02d4210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # Changelog +## v0.0.7 + +[compare changes](https://github.com/zadigetvoltaire/nuxt-well-known/compare/v0.0.6...v0.0.7) + + +### 🚀 Enhancements + + - Display configuration and URIs in devtools view ([e334e73](https://github.com/zadigetvoltaire/nuxt-well-known/commit/e334e73)) + +### 📖 Documentation + + - Add logo and zv mentions in README ([1d5a304](https://github.com/zadigetvoltaire/nuxt-well-known/commit/1d5a304)) + +### 🏡 Chore + + - Add logo svg ([585c0ca](https://github.com/zadigetvoltaire/nuxt-well-known/commit/585c0ca)) + - Replace ZV mention ([e4c5c96](https://github.com/zadigetvoltaire/nuxt-well-known/commit/e4c5c96)) + +### ❤️ Contributors + +- LouisMazel + ## v0.0.6 [compare changes](https://github.com/zadigetvoltaire/nuxt-well-known/compare/v0.0.5...v0.0.6) diff --git a/package.json b/package.json index 122c32f..f9c107d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zadigetvoltaire/nuxt-well-known", - "version": "0.0.6", + "version": "0.0.7", "description": "Nuxt module to add well-known files and rules with middlewares", "license": "MIT", "type": "module",