Skip to content

Commit

Permalink
chore(release): v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 25, 2023
1 parent e0499f8 commit 26baf12
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Changelog


## v0.1.3

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

### 🚀 Enhancements

- Support setting client secret and document middleware option ([e0499f8](https://github.com/nuxt-modules/kinde/commit/e0499f8))

### 🩹 Fixes

- Use keyed auth state ([a42f735](https://github.com/nuxt-modules/kinde/commit/a42f735))

### 🏡 Chore

- **release:** V0.1.2 ([6733546](https://github.com/nuxt-modules/kinde/commit/6733546))
- Make a monorepo for playground cloneability ([51ece88](https://github.com/nuxt-modules/kinde/commit/51ece88))

### ❤️ Contributors

- Daniel Roe <daniel@roe.dev>
- Dave Berner <davidajberner@gmail.com>

## v0.1.2

[compare changes](https://github.com/nuxt-modules/kinde/compare/v0.1.1...v0.1.2)
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.2",
"version": "0.1.3",
"description": "Nuxt integration for Kinde authentication",
"repository": "nuxt-modules/kinde",
"license": "MIT",
Expand Down Expand Up @@ -47,4 +47,4 @@
"resolutions": {
"@nuxtjs/kinde": "link:."
}
}
}

0 comments on commit 26baf12

Please sign in to comment.