Skip to content

Commit

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


## v0.2.5

[compare changes](https://github.com/sandros94/nuxt-pglite/compare/v0.2.4...v0.2.5)

### 🚀 Enhancements

- Hooking system to extend PGlite options ([68650bc](https://github.com/sandros94/nuxt-pglite/commit/68650bc))
- `useLiveQuery` composables ([b192662](https://github.com/sandros94/nuxt-pglite/commit/b192662))

### 🩹 Fixes

- Type support and client extensions ([66361f9](https://github.com/sandros94/nuxt-pglite/commit/66361f9))
- Throw error when `usePGlite` composable is being called server side ([5a7902b](https://github.com/sandros94/nuxt-pglite/commit/5a7902b))
- Missing trailing comma in template ([2c54b5d](https://github.com/sandros94/nuxt-pglite/commit/2c54b5d))

### 📖 Documentation

- Update readme ([5653051](https://github.com/sandros94/nuxt-pglite/commit/5653051))

### ❤️ Contributors

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

## v0.2.4

[compare changes](https://github.com/sandros94/nuxt-pglite/compare/v0.2.3...v0.2.4)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"resolutions": {
"nuxt-pglite": "workspace:*"
},
"version": "0.2.4",
"version": "0.2.5",
"description": "A Nuxt module aimed to simplify the use of PGlite.",
"repository": "sandros94/nuxt-pglite",
"license": "MIT",
Expand Down

0 comments on commit ee08061

Please sign in to comment.