Skip to content

Commit

Permalink
chore(release): v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 21, 2024
1 parent 6361058 commit f84fb02
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -52,4 +52,4 @@
"nuxt": "^3.10.2",
"vitest": "^1.2.2"
}
}
}

0 comments on commit f84fb02

Please sign in to comment.