Skip to content

Commit

Permalink
chore(release): v0.1.41
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienZ committed Oct 3, 2024
1 parent a5e736b commit a0801ca
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.1.41

[compare changes](https://github.com/adrienZ/slip/compare/v0.1.40...v0.1.41)

### 🚀 Enhancements

- **session:** Add email_verified in session's user ([871cdb8](https://github.com/adrienZ/slip/commit/871cdb8))

### 🩹 Fixes

- **nuxthub:** Use onHubReady hook only in dev ([94b9237](https://github.com/adrienZ/slip/commit/94b9237))
- **database:** Add resetPasswordTokens schema validation in checkDbAndTables method ([d6066b9](https://github.com/adrienZ/slip/commit/d6066b9))
- **email:** Fix email verification ([c325aea](https://github.com/adrienZ/slip/commit/c325aea))

### 💅 Refactors

- **core:** Group setters ([a5e736b](https://github.com/adrienZ/slip/commit/a5e736b))

### 🏡 Chore

- **release:** V0.1.40 ([83de8aa](https://github.com/adrienZ/slip/commit/83de8aa))

### ❤️ Contributors

- Adrien Zaganelli <[email protected]>

## v0.1.40

[compare changes](https://github.com/adrienZ/slip/compare/v0.1.39...v0.1.40)
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-slip-auth",
"version": "0.1.40",
"version": "0.1.41",
"description": "Plug and play authentication module for Nuxt",
"repository": {
"type": "git",
Expand Down

0 comments on commit a0801ca

Please sign in to comment.