Skip to content

Commit

Permalink
chore(release): v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 2, 2024
1 parent 71cb20f commit 5766b38
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Changelog


## v0.1.5

[compare changes](https://github.com/nuxt-modules/kinde/compare/v0.1.4...v0.1.5)

### 🚀 Enhancements

- Add `useKindeClient` composable for server-side access ([#32](https://github.com/nuxt-modules/kinde/pull/32))

### 🏡 Chore

- **release:** V0.1.4 ([da0bdcc](https://github.com/nuxt-modules/kinde/commit/da0bdcc))
- Test bundler module resolution ([#35](https://github.com/nuxt-modules/kinde/pull/35))
- Fix type extension ([91d80cb](https://github.com/nuxt-modules/kinde/commit/91d80cb))
- Update dependencies ([71cb20f](https://github.com/nuxt-modules/kinde/commit/71cb20f))

### ❤️ Contributors

- Daniel Roe <[email protected]>
- Daniel Rivers ([@DanielRivers](http://github.com/DanielRivers))

## v0.1.4

[compare changes](https://github.com/nuxt-modules/kinde/compare/v0.1.3...v0.1.4)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/kinde",
"version": "0.1.4",
"version": "0.1.5",
"description": "Nuxt integration for Kinde authentication",
"repository": "nuxt-modules/kinde",
"license": "MIT",
Expand Down Expand Up @@ -48,4 +48,4 @@
"@nuxt/schema": "3.9.0",
"@nuxtjs/kinde": "link:."
}
}
}

0 comments on commit 5766b38

Please sign in to comment.