From 735ab9c6ec59b08593b2995332ce31ec5207808a Mon Sep 17 00:00:00 2001 From: Github CI Date: Mon, 12 Aug 2024 22:34:37 +0000 Subject: [PATCH] chore(release): v0.0.11 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99cc3eb..bbb0e4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ # Changelog +## v0.0.11 + +[compare changes](https://github.com/manchenkoff/nuxt-laravel-echo/compare/v0.0.10...v0.0.11) + +### 🚀 Enhancements + +- Created nuxt content for docs ([f6c1706](https://github.com/manchenkoff/nuxt-laravel-echo/commit/f6c1706)) + +### 📖 Documentation + +- Added Vite config to readme ([71a06aa](https://github.com/manchenkoff/nuxt-laravel-echo/commit/71a06aa)) + +### 🏡 Chore + +- Upgraded package manager version ([eea769a](https://github.com/manchenkoff/nuxt-laravel-echo/commit/eea769a)) + +### 🤖 CI + +- Added github pages deployment workflow ([d836bdd](https://github.com/manchenkoff/nuxt-laravel-echo/commit/d836bdd)) + +### ❤️ Contributors + +- Manchenkoff ([@manchenkoff](http://github.com/manchenkoff)) + ## v0.0.10 [compare changes](https://github.com/manchenkoff/nuxt-laravel-echo/compare/v0.0.9...v0.0.10) diff --git a/package.json b/package.json index 4038ac9..d5544c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-laravel-echo", - "version": "0.0.10", + "version": "0.0.11", "author": { "name": "Artem Manchenkov", "email": "artem@manchenkoff.me",