From c865a3cfe22f4c467b95b84ff5a0082476d72773 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 29 Dec 2017 19:17:18 +0330 Subject: [PATCH] chore(release): 3.4.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94a0f5d2c..08d54be80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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. + +# [3.4.0](https://github.com/nuxt-community/auth-module/compare/v3.3.0...v3.4.0) (2017-12-29) + + +### Bug Fixes + +* **store:** return promise in all actions ([1a9a76e](https://github.com/nuxt-community/auth-module/commit/1a9a76e)) + + +### Features + +* improve compability for nuxt 1.0.0 ([7740dec](https://github.com/nuxt-community/auth-module/commit/7740dec)) + + + # [3.3.0](https://github.com/nuxt-community/auth-module/compare/v3.2.1...v3.3.0) (2017-12-28) diff --git a/package.json b/package.json index 933580ac8..dcafda00e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/auth", - "version": "3.3.0", + "version": "3.4.0", "description": "Authentication module for Nuxt.js", "license": "MIT", "contributors": [