Skip to content

Commit

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


## v0.1.1


### 🚀 Enhancements

- Add basic module functionality ([9d84987](https://github.com/nuxt-modules/kinde/commit/9d84987))
- Improve module, playground and documentation ([#5](https://github.com/nuxt-modules/kinde/pull/5))
- Allow setting kinde options in `nuxt.config` ([4df78da](https://github.com/nuxt-modules/kinde/commit/4df78da))

### 🩹 Fixes

- Add discriminated type for `$auth` ([48e46a1](https://github.com/nuxt-modules/kinde/commit/48e46a1))
- Use virtual file for framework version ([2d841f8](https://github.com/nuxt-modules/kinde/commit/2d841f8))
- Use nitro virtual ([e04c0e7](https://github.com/nuxt-modules/kinde/commit/e04c0e7))

### 💅 Refactors

- Use lazy initialiser for `kindeClient` ([c107256](https://github.com/nuxt-modules/kinde/commit/c107256))

### 📖 Documentation

- Add social card ([99886c5](https://github.com/nuxt-modules/kinde/commit/99886c5))

### 🏡 Chore

- Init ([54b4163](https://github.com/nuxt-modules/kinde/commit/54b4163))
- Bump deps ([8095439](https://github.com/nuxt-modules/kinde/commit/8095439))
- Update version ([55fc734](https://github.com/nuxt-modules/kinde/commit/55fc734))
- Add renovate config ([08c281b](https://github.com/nuxt-modules/kinde/commit/08c281b))
- Rename `.env.example` ([093a281](https://github.com/nuxt-modules/kinde/commit/093a281))
- Move layout into `app.vue` and lint project ([2fdab03](https://github.com/nuxt-modules/kinde/commit/2fdab03))
- Ipdate SECURITY.md ([0cd9db4](https://github.com/nuxt-modules/kinde/commit/0cd9db4))
- **deps-dev:** Bump undici from 5.23.0 to 5.26.5 ([#10](https://github.com/nuxt-modules/kinde/pull/10))
- Upgrade nuxt version ([a164e89](https://github.com/nuxt-modules/kinde/commit/a164e89))
- Remove unused import ([8b1e459](https://github.com/nuxt-modules/kinde/commit/8b1e459))
- Update release command ([a51bf49](https://github.com/nuxt-modules/kinde/commit/a51bf49))

### 🎨 Styles

- Single quotes ([06a921a](https://github.com/nuxt-modules/kinde/commit/06a921a))

### 🤖 CI

- Add test workflow ([4baea67](https://github.com/nuxt-modules/kinde/commit/4baea67))
- Update command ([507e844](https://github.com/nuxt-modules/kinde/commit/507e844))
- Build playground in test ([24fb9ce](https://github.com/nuxt-modules/kinde/commit/24fb9ce))

### ❤️ Contributors

- Daniel Roe <daniel@roe.dev>
- Dave <dave@kinde.com>
- Sébastien Chopin ([@Atinux](http://github.com/Atinux))

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.0",
"version": "0.1.1",
"description": "Nuxt integration for Kinde authentication",
"repository": "nuxt-modules/kinde",
"license": "MIT",
Expand Down Expand Up @@ -44,4 +44,4 @@
"nuxt": "^3.8.0",
"vitest": "^0.34.6"
}
}
}

0 comments on commit 1bfcfce

Please sign in to comment.