From 1bfcfcee325b2aefb864c4d929f374e9adf70fbd Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 25 Oct 2023 07:12:27 +0900 Subject: [PATCH] chore(release): v0.1.1 --- CHANGELOG.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 58 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..54f4c26e --- /dev/null +++ b/CHANGELOG.md @@ -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 +- Dave +- Sébastien Chopin ([@Atinux](http://github.com/Atinux)) + diff --git a/package.json b/package.json index c293c105..1583d841 100644 --- a/package.json +++ b/package.json @@ -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", @@ -44,4 +44,4 @@ "nuxt": "^3.8.0", "vitest": "^0.34.6" } -} +} \ No newline at end of file