Skip to content

Commit

Permalink
chore(release): v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
itpropro committed Mar 26, 2024
1 parent 8c3002a commit 8a91b6e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog


## v0.10.1

[compare changes](https://github.com/itpropro/nuxt-oidc-auth/compare/v0.10.0...v0.10.1)

### 🩹 Fixes

- **nitro:** 🐛 Added missing defineNitroPlugin nitro import ([8c3002a](https://github.com/itpropro/nuxt-oidc-auth/commit/8c3002a))

### ❤️ Contributors

- Jan-Henrik Damaschke ([@itpropro](http://github.com/itpropro))

## v0.10.0

[compare changes](https://github.com/itpropro/nuxt-oidc-auth/compare/v0.9.11...v0.10.0)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt-oidc-auth",
"private": false,
"version": "0.10.0",
"version": "0.10.1",
"description": "OIDC authentication module for Nuxt SSR",
"repository": "itpropro/nuxt-oidc-auth",
"homepage": "https://github.com/itpropro/nuxt-oidc-auth#readme",
Expand Down Expand Up @@ -57,4 +57,4 @@
"vitest": "^1.4.0",
"vue-tsc": "^2.0.7"
}
}
}

0 comments on commit 8a91b6e

Please sign in to comment.