Skip to content

Commit

Permalink
chore(release): v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sandros94 committed Jun 29, 2024
1 parent 40bcab5 commit c38ce57
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog


## v0.1.3

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

### 🩹 Fixes

- UseSurrealFetch and useSurrealRpc types ([7ddac33](https://github.com/sandros94/nuxt-surrealdb/commit/7ddac33))
- **useSurrealDB:** Transforms for useSurrealRPC-based functions ([40bcab5](https://github.com/sandros94/nuxt-surrealdb/commit/40bcab5))

### 🏡 Chore

- **release:** V0.1.2 ([297b5b3](https://github.com/sandros94/nuxt-surrealdb/commit/297b5b3))

### ❤️ Contributors

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

## v0.1.2

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

0 comments on commit c38ce57

Please sign in to comment.