Skip to content

Commit

Permalink
chore(release): v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sandros94 committed Jun 10, 2024
1 parent 9489044 commit 68eabc7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Changelog


## v0.0.8

[compare changes](https://github.com/sandros94/nuxt-surrealdb/compare/v0.0.7...v0.0.8)

### 🩹 Fixes

- ⚠️ More appropriate options types ([b984905](https://github.com/sandros94/nuxt-surrealdb/commit/b984905))

### 💅 Refactors

- **useSurrealDB:** ⚠️ Follow ws param structure ([9489044](https://github.com/sandros94/nuxt-surrealdb/commit/9489044))

#### ⚠️ Breaking Changes

- ⚠️ More appropriate options types ([b984905](https://github.com/sandros94/nuxt-surrealdb/commit/b984905))
- **useSurrealDB:** ⚠️ Follow ws param structure ([9489044](https://github.com/sandros94/nuxt-surrealdb/commit/9489044))

### ❤️ Contributors

- Sandros94 ([@Sandros94](http://github.com/Sandros94))

## v0.0.7

[compare changes](https://github.com/sandros94/nuxt-surrealdb/compare/v0.0.6...v0.0.7)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-surrealdb",
"version": "0.0.7",
"version": "0.0.8",
"description": "A Nuxt module aimed to simplify the use of SurrealDB",
"keywords": [
"nuxt",
Expand Down

0 comments on commit 68eabc7

Please sign in to comment.