diff --git a/CHANGELOG.md b/CHANGELOG.md index dc25b9c..2440e71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to the "spec-coder" extension will be documented in this fil Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## v0.1.15 + +[compare changes](https://github.com/qirolab/nuxt-sanctum-authentication/compare/v0.1.14...v0.1.15) + +### 🚀 Enhancements + +- Add generic login response type ([1235bda](https://github.com/qirolab/nuxt-sanctum-authentication/commit/1235bda)) +- Add example code for login callback ([9abfa83](https://github.com/qirolab/nuxt-sanctum-authentication/commit/9abfa83)) + +### ❤️ Contributors + +- Harish Kumar + ## v0.1.14 [compare changes](https://github.com/qirolab/nuxt-sanctum-authentication/compare/v0.1.13...v0.1.14) diff --git a/package.json b/package.json index 0671284..c4fd187 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qirolab/nuxt-sanctum-authentication", - "version": "0.1.14", + "version": "0.1.15", "description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.", "keywords": [ "auth",