Skip to content

Commit

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


## v0.4.0

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

### 🩹 Fixes

- Self referencing type sources ([d92a0b6](https://github.com/sandros94/nuxt-surrealdb/commit/d92a0b6))

### 💅 Refactors

- ⚠️ Full custom `useSurrealFetch` fixes #17 fixes #18 ([#17](https://github.com/sandros94/nuxt-surrealdb/issues/17), [#18](https://github.com/sandros94/nuxt-surrealdb/issues/18))

### 🏡 Chore

- Update all deps ([aae477b](https://github.com/sandros94/nuxt-surrealdb/commit/aae477b))
- Install `ofetch` as dep ([b864da3](https://github.com/sandros94/nuxt-surrealdb/commit/b864da3))
- Install `ofetch` as dep" ([b4883d9](https://github.com/sandros94/nuxt-surrealdb/commit/b4883d9))

#### ⚠️ Breaking Changes

- ⚠️ Full custom `useSurrealFetch` fixes #17 fixes #18 ([#17](https://github.com/sandros94/nuxt-surrealdb/issues/17), [#18](https://github.com/sandros94/nuxt-surrealdb/issues/18))

### ❤️ Contributors

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

## v0.3.4

[compare changes](https://github.com/sandros94/nuxt-surrealdb/compare/v0.3.3...v0.3.4)
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.3.4",
"version": "0.4.0",
"description": "A Nuxt module aimed to simplify the use of SurrealDB",
"keywords": [
"nuxt",
Expand Down

0 comments on commit dbfc439

Please sign in to comment.