From 5e78a2de7e6e5df45eb98a2d4be598e8dcc1a0cc Mon Sep 17 00:00:00 2001 From: LouisMazel Date: Thu, 30 Mar 2023 15:27:31 +0100 Subject: [PATCH] chore(release): v0.0.9 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbc8bf3..72e0521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ # Changelog +## v0.0.9 + +[compare changes](https://undefined/undefined/compare/v0.0.8...v0.0.9) + + +### 🚀 Enhancements + + - Add support of nuxt public runtime config ([4bb71c0](https://undefined/undefined/commit/4bb71c0)) + +### 🏡 Chore + + - Upgrade dependencies ([8b13fcf](https://undefined/undefined/commit/8b13fcf)) + +### ✅ Tests + + - Add unit tests for support of runtime config ([1849dcf](https://undefined/undefined/commit/1849dcf)) + +### ❤️ Contributors + +- LouisMazel + ## v0.0.8 [compare changes](https://github.com/zadigetvoltaire/nuxt-well-known/compare/v0.0.7...v0.0.8) diff --git a/package.json b/package.json index 480d5a3..e6b9fb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zadigetvoltaire/nuxt-well-known", - "version": "0.0.8", + "version": "0.0.9", "description": "Nuxt module to add well-known files and rules with middlewares", "license": "MIT", "type": "module", @@ -89,4 +89,4 @@ "provider": "github" } } -} +} \ No newline at end of file