Skip to content

Commit

Permalink
chore(release): v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 11, 2024
1 parent 476789b commit c8369bf
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
# Changelog


## v0.1.10

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

### 🚀 Enhancements

- Add audience support and pass `authUrlParams` correctly ([#66](https://github.com/nuxt-modules/kinde/pull/66))

### 🩹 Fixes

- Set `secure` (in prod) and `httpOnly` cookie options ([#69](https://github.com/nuxt-modules/kinde/pull/69))
- Add missing import ([99bb5e6](https://github.com/nuxt-modules/kinde/commit/99bb5e6))

### 📖 Documentation

- Use new `nuxi module add` command in installation ([#80](https://github.com/nuxt-modules/kinde/pull/80))

### 🏡 Chore

- Migrate to eslint v9 ([#84](https://github.com/nuxt-modules/kinde/pull/84))
- Bump dependencies ([c522546](https://github.com/nuxt-modules/kinde/commit/c522546))
- Dedupe lockfile ([476789b](https://github.com/nuxt-modules/kinde/commit/476789b))

### ❤️ Contributors

- Daniel Roe ([@danielroe](http://github.com/danielroe))
- Daniel Rivers ([@DanielRivers](http://github.com/DanielRivers))

## v0.1.9

[compare changes](https://github.com/nuxt-modules/kinde/compare/v0.1.8...v0.1.9)
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.9",
"version": "0.1.10",
"description": "Nuxt integration for Kinde authentication",
"repository": "nuxt-modules/kinde",
"license": "MIT",
Expand Down Expand Up @@ -54,4 +54,4 @@
"@nuxt/schema": "3.11.2",
"@nuxtjs/kinde": "link:."
}
}
}

0 comments on commit c8369bf

Please sign in to comment.