From f84fb021d0e949d31cc8d8fba65ab9e8c5031071 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 21 Feb 2024 17:05:34 +0000 Subject: [PATCH] chore(release): v0.2.3 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c276fc7..3845c0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,38 @@ # Changelog +## v0.2.3 + +[compare changes](https://github.com/atlasconsulting/nuxt-bedita/compare/v0.2.2...v0.2.3) + +### 🚀 Enhancements + +- Add patch user profile ([#19](https://github.com/atlasconsulting/nuxt-bedita/pull/19)) + +### 🩹 Fixes + +- Improve typing ([#21](https://github.com/atlasconsulting/nuxt-bedita/pull/21)) + +### 📖 Documentation + +- Introduce documentation ([#18](https://github.com/atlasconsulting/nuxt-bedita/pull/18)) +- Fix baseURL ([5870382](https://github.com/atlasconsulting/nuxt-bedita/commit/5870382)) +- Add update user documentation ([#20](https://github.com/atlasconsulting/nuxt-bedita/pull/20)) + +### 🏡 Chore + +- Remove ' ([25002fc](https://github.com/atlasconsulting/nuxt-bedita/commit/25002fc)) +- Remove unused parameter ([910ace2](https://github.com/atlasconsulting/nuxt-bedita/commit/910ace2)) + +### 🏀 Examples + +- **playground:** Add user profile ([f283177](https://github.com/atlasconsulting/nuxt-bedita/commit/f283177)) + +### ❤️ Contributors + +- Alberto Pagliarini ([@batopa](http://github.com/batopa)) +- Batopa ([@batopa](http://github.com/batopa)) + ## v0.2.2 [compare changes](https://github.com/atlasconsulting/nuxt-bedita/compare/v0.2.1...v0.2.2) diff --git a/package.json b/package.json index 6ce6f05..0e9d164 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atlasconsulting/nuxt-bedita", - "version": "0.2.2", + "version": "0.2.3", "description": "Nuxt module for BEdita API", "repository": { "type": "git", @@ -52,4 +52,4 @@ "nuxt": "^3.10.2", "vitest": "^1.2.2" } -} +} \ No newline at end of file