From e253fc2e94ebdd296cfe402340ccf4c187bb63d4 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 9 Apr 2018 12:10:25 +0430 Subject: [PATCH] chore(release): 4.1.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d739d2baf..f1602aff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [4.1.0](https://github.com/nuxt-community/auth-module/compare/v4.0.1...v4.1.0) (2018-04-09) + + +### Features + +* **scheme/oauth2:** add option to use IdToken instead of AccessToken ([#121](https://github.com/nuxt-community/auth-module/issues/121)) ([554a042](https://github.com/nuxt-community/auth-module/commit/554a042)) +* add support for logging out without an API endpoint ([#124](https://github.com/nuxt-community/auth-module/issues/124)) ([6189c6d](https://github.com/nuxt-community/auth-module/commit/6189c6d)) + + + ## [4.0.1](https://github.com/nuxt-community/auth-module/compare/v4.0.0...v4.0.1) (2018-04-03) diff --git a/package.json b/package.json index 69f5a346d..024f7e291 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/auth", - "version": "4.0.1", + "version": "4.1.0", "description": "Authentication module for Nuxt.js", "license": "MIT", "contributors": [